Methods
H
Included Modules
Constants
Author = Feed::Author
 
Category = Feed::Category
 
Contributor = Feed::Contributor
 
Generator = Feed::Generator
 
Icon = Feed::Icon
 
Id = Feed::Id
 
Link = Feed::Link
 
Logo = Feed::Logo
 
Rights = Feed::Rights
 
Subtitle = Feed::Subtitle
 
Title = Feed::Title
 
Updated = Feed::Updated
 
Instance Public methods
have_author?()
# File lib/rss/atom.rb, line 694
def have_author?
  !author.to_s.empty?
end