Atom feed element
A Feed has several metadata attributes in addition to a number of Entry child elements
Namespace
- CLASS RSS::Atom::Feed::Author
- CLASS RSS::Atom::Feed::Category
- CLASS RSS::Atom::Feed::Contributor
- CLASS RSS::Atom::Feed::Entry
- CLASS RSS::Atom::Feed::Generator
- CLASS RSS::Atom::Feed::Icon
- CLASS RSS::Atom::Feed::Id
- CLASS RSS::Atom::Feed::Link
- CLASS RSS::Atom::Feed::Logo
- CLASS RSS::Atom::Feed::Rights
- CLASS RSS::Atom::Feed::Subtitle
- CLASS RSS::Atom::Feed::Title
- CLASS RSS::Atom::Feed::Updated
Methods
- H
- N
Included Modules
Class Public methods
new(version=nil, encoding=nil, standalone=nil)
Link
Creates a new Atom feed
Source: show
# File lib/rss/atom.rb, line 278 def initialize(version=nil, encoding=nil, standalone=nil) super("1.0", version, encoding, standalone) @feed_type = "atom" @feed_subtype = "feed" end
Instance Public methods