Defines a Atom
Source
element. It has the following attributes:
-
author
-
category
-
categories
-
content
-
contributor
-
generator
-
icon
-
id
-
link
-
logo
-
rights
-
subtitle
-
title
-
updated
Reference: validator.w3.org/feed/docs/rfc4287.html#element.source
Constants
Instance Methods
lib/rss/atom.rb
View on GitHub
# File tmp/rubies/ruby-2.4.10/lib/rss/atom.rb, line 833
def have_author?
!author.to_s.empty?
end
Returns true if the Source
element has an author.