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