Basic RSS Channel object. Used by RSS parser.
desc | [RW] | |
image | [RW] | |
items | [RW] | |
lang | [RW] | |
last_modified | [RW] | |
link | [RW] | |
title | [RW] |
Use REXML to decode the specified element based the character encoding in $config[‘character_encoding’] (defaults to ‘ISO-8859-1’ if unset).
Parse an RSS URL and populate this Raggle::Feed::Channel object. The actual feed items are stored as Raggle::Feed::Item objects in @items.