Object
Represents a feed item entry. Available fields are:
* content * description * title * date_published * urls / url * id * authors / author * copyright * categories
# File lib/structures.rb, line 173 def initialize @urls = [] @authors = [] @categories = [] @enclosures = [] @date_published, @content = nil end
# File lib/structures.rb, line 187 def content @content = rewrite_relative_links(@content, url) end
# File lib/structures.rb, line 182 def date_published @date_published = reparse(@date_published) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.