| Class | FeedNormalizer::Entry |
| In: |
lib/structures.rb
|
| Parent: | Object |
Represents a feed item entry. Available fields are:
* content * description * title * date_published * urls / url * id * authors / author * copyright * categories
| HTML_ELEMENTS | = | [:content, :description, :title] |
| SIMPLE_ELEMENTS | = | [:date_published, :urls, :id, :authors, :copyright, :categories, :last_updated] |
| BLENDED_ELEMENTS | = | [] |
| ELEMENTS | = | HTML_ELEMENTS + SIMPLE_ELEMENTS + BLENDED_ELEMENTS |