Class: RSS::Maker::RSS09
- Defined in:
- lib/rss/maker/0.9.rb,
lib/rss/maker/image.rb,
lib/rss/maker/taxonomy.rb,
lib/rss/maker/trackback.rb,
lib/rss/maker/dublincore.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Channel, Image, Items, Textinput
Instance Attribute Summary
Attributes inherited from RSSBase
#encoding, #rss_version, #standalone, #version
Instance Method Summary collapse
-
#initialize(rss_version = "0.91") ⇒ RSS09
constructor
A new instance of RSS09.
Methods inherited from RSSBase
Methods included from TaxonomyTopicModel
append_features, install_taxo_topic
Methods included from Base
append_features, #have_required_values?
Constructor Details
#initialize(rss_version = "0.91") ⇒ RSS09
Returns a new instance of RSS09.
10 11 12 |
# File 'lib/rss/maker/0.9.rb', line 10 def initialize(rss_version="0.91") super end |