Class: RSS::Maker::RSS20

Inherits:
RSS09
  • Object
show all
Defined in:
lib/rss/maker/2.0.rb

Defined Under Namespace

Classes: Channel, Image, Items, Textinput

Constant Summary

Constants included from RSS09

RSS09::ELEMENTS, RSS09::NSPOOL

Instance Method Summary collapse

Methods included from RSS09

append_features

Constructor Details

#initialize(feed_version = "2.0") ⇒ RSS20

Returns a new instance of RSS20.



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

def initialize(feed_version="2.0")
  super
end