Class: Objectify::Atom::Feed

Inherits:
DocumentParser show all
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

Xml::VERSION

Instance Attribute Summary

Attributes inherited from Xml

#attributes, #parent

Method Summary

Methods inherited from DocumentParser

#primary_xml_element

Methods inherited from Xml

first_element, inherited, #initialize, #inspect, #pretty_print

Constructor Details

This class inherits a constructor from Objectify::Xml