Namespace
Methods
N
Class Public methods
new(feed_version="1.0")
# File lib/rss/maker/feed.rb, line 7
def initialize(feed_version="1.0")
  super
  @feed_type = "atom"
  @feed_subtype = "feed"
end