Class: RSS::Maker::RSS10

Inherits:
RSSBase show all
Defined in:
lib/rss/maker/1.0.rb,
lib/rss/maker/image.rb,
lib/rss/maker/taxonomy.rb,
lib/rss/maker/trackback.rb,
lib/rss/maker/dublincore.rb

Defined Under Namespace

Classes: Channel, Image, Items, Textinput

Instance Attribute Summary

Attributes inherited from RSSBase

#encoding, #rss_version, #standalone, #version

Instance Method Summary collapse

Methods inherited from RSSBase

make, #make, #to_rss

Methods included from TaxonomyTopicModel

append_features, install_taxo_topic

Methods included from Base

append_features, #have_required_values?

Constructor Details

#initializeRSS10

Returns a new instance of RSS10.



10
11
12
# File 'lib/rss/maker/1.0.rb', line 10

def initialize
  super("1.0")
end