Class: Objectify::Atom::Feed
- Inherits:
-
DocumentParser
- Object
- Xml
- DocumentParser
- Objectify::Atom::Feed
- Defined in:
- lib/objectify_xml/atom.rb
Overview
The root object of an Atom feed.
attributes :id,
:published,
:updated,
:title,
:subtitle,
:rights,
:icon
has_many :links, :Link, 'link'
has_many :entries, :Entry, 'entry'
has_one :generator, Generator, 'generator'
Constant Summary
Constants inherited from Xml
Instance Attribute Summary
Attributes inherited from Xml
Method Summary
Methods inherited from DocumentParser
Methods inherited from Xml
first_element, inherited, #initialize, #inspect, #pretty_print
Constructor Details
This class inherits a constructor from Objectify::Xml