Parent

Included Modules

FeedNormalizer::Entry

Represents a feed item entry. Available fields are:

 * content
 * description
 * title
 * date_published
 * urls / url
 * id
 * authors / author
 * copyright
 * categories

Constants

HTML_ELEMENTS
SIMPLE_ELEMENTS
BLENDED_ELEMENTS
ELEMENTS

Public Class Methods

new() click to toggle source
     # File lib/structures.rb, line 173
173:     def initialize
174:       @urls = []
175:       @authors = []
176:       @categories = []
177:       @enclosures = []
178:       @date_published, @content = nil
179:     end

Public Instance Methods

content() click to toggle source
     # File lib/structures.rb, line 187
187:     def content
188:       @content = rewrite_relative_links(@content, url)
189:     end
date_published() click to toggle source
     # File lib/structures.rb, line 182
182:     def date_published
183:       @date_published = reparse(@date_published)
184:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.