Class: RSS::Maker::RSS09
Defined Under Namespace
Classes: Channel, Image, Items, Textinput
Constant Summary
Constants inherited from Base
Base::NEED_INITIALIZE_VARIABLES, Base::OTHER_ELEMENTS
Instance Attribute Summary
Attributes inherited from RSSBase
#encoding, #feed_version, #standalone, #version
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(feed_version) ⇒ RSS09
constructor
A new instance of RSS09.
Methods inherited from RSSBase
Methods included from TaxonomyTopicModel
append_features, install_taxo_topic
Methods inherited from Base
add_need_initialize_variable, add_other_element, def_array_element, def_classed_element, def_classed_element_without_accessor, def_classed_elements, def_csv_element, def_other_element, def_other_element_without_accessor, #have_required_values?, inherited, inherited_base, need_initialize_variables, other_elements, #variable_is_set?
Methods included from Utils::InheritedReader
#inherited_array_reader, #inherited_hash_reader, #inherited_reader
Constructor Details
#initialize(feed_version) ⇒ RSS09
Returns a new instance of RSS09.
11 12 13 14 |
# File 'lib/rss/maker/0.9.rb', line 11 def initialize(feed_version) super @feed_type = "rss" end |