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

Methods

content   date_published   new  

Included Modules

Singular ElementEquality ElementCleaner TimeFix RewriteRelativeLinks

Constants

HTML_ELEMENTS = [:content, :description, :title]
SIMPLE_ELEMENTS = [:date_published, :urls, :id, :authors, :copyright, :categories, :last_updated, :enclosures]
BLENDED_ELEMENTS = []
ELEMENTS = HTML_ELEMENTS + SIMPLE_ELEMENTS + BLENDED_ELEMENTS

Public Class methods

Public Instance methods

[Validate]