Home
Pages
Classes
Methods
Parent
RSS::Element
Included Modules
RSS::Atom::CommonModel
Methods
#have_author?
class RSS::Atom::Feed::Entry::Source
Constants
Author
Category
Contributor
Generator
Icon
Id
Link
Logo
Rights
Subtitle
Title
Updated
Public Instance Methods
have_author?
()
click to toggle source
# File lib/rss/atom.rb, line 694
def
have_author?
!
author
.
to_s
.
empty?
end