| Class | Syndication::Atom::Entry |
| In: |
lib/syndication/google.rb
lib/syndication/atom.rb |
| Parent: | Syndication::Container |
An entry within an Atom feed.
| author | [RW] | Author of entry as a Person object. |
| categories | [R] | Array of taxonomic categories for feed. |
| content | [R] | Content element as Atom::Content object |
| contributors | [R] | Array of Person objects representing contributors. |
| created | [W] | Atom 0.3 creation date/time (obsolete) |
| id | [RW] | Globally unique ID of Entry. |
| links | [R] | Array of Link objects. |
| published | [W] | Publication date/time as DateTime object. |
| rights | [RW] | Copyright or other rights information. |
| source | [RW] | Source feed metadata as Feed object. |
| summary | [RW] | Summary of content. |
| title | [RW] | Title of entry. |
| updated | [W] | Last update date/time as DateTime object. |