Methods
- H
- I
- N
- S
Included Modules
Constants
| Author | = | Feed::Entry::Author |
| Category | = | Feed::Entry::Category |
| Content | = | Feed::Entry::Content |
| Contributor | = | Feed::Entry::Contributor |
| Id | = | Feed::Entry::Id |
| Link | = | Feed::Entry::Link |
| Published | = | Feed::Entry::Published |
| Rights | = | Feed::Entry::Rights |
| Source | = | Feed::Entry::Source |
| Summary | = | Feed::Entry::Summary |
| Title | = | Feed::Entry::Title |
| Updated | = | Feed::Entry::Updated |
Class Public methods
new(version=nil, encoding=nil, standalone=nil)
Link
Source: show
# File lib/rss/atom.rb, line 749 def initialize(version=nil, encoding=nil, standalone=nil) super("1.0", version, encoding, standalone) @feed_type = "atom" @feed_subtype = "entry" end
Instance Public methods
have_author?()
Link
Returns where there are any authors present or there is a source with an author
Source: show