Class FeedParser::FeedItem
In: lib/feedparser/feedparser.rb
lib/feedparser/text-output.rb
lib/feedparser/html-output.rb
Parent: Object

an Item from a feed

Methods

creator   new   parse   to_html   to_html_with_headers   to_s   to_text  

Attributes

cacheditem  [RW] 
categories  [RW]  The item‘s categories/tags. An array of strings.
content  [RW] 
creators  [RW] 
date  [RW] 
enclosures  [RW]  The item‘s enclosures childs. An array of (url, length, type) triplets.
feed  [R] 
link  [RW] 
subject  [RW] 
title  [RW] 
xml  [R]  REXML::Element for this item

Public Class methods

Public Instance methods

[Validate]