Class: Xommelier::RSS::Item
- Inherits:
-
Element
- Object
- Xml::Element
- Element
- Xommelier::RSS::Item
- Defined in:
- lib/xommelier/rss.rb,
lib/xommelier/rss/atomic.rb
Overview
An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted.
Constant Summary
Constants included from Xml::Element::Serialization
Xml::Element::Serialization::SAVE_OPTIONS, Xml::Element::Serialization::SERIALIZATION_OPTIONS
Instance Attribute Summary
Attributes inherited from Xml::Element
Attributes included from Xml::Element::Namespace
Method Summary
Methods inherited from Element
Methods inherited from Xml::Element
Methods included from Xml::Element::Serialization
#<=>, #==, #=~, #from_xml, #to_hash, #to_nokogiri, #to_s, #to_xml
Methods included from Xml::Element::Namespace
Constructor Details
This class inherits a constructor from Xommelier::Xml::Element