123456789_123456789_123456789_123456789_123456789_

Class: RSS::Maker::RSS09

Relationships & Source Files
Namespace Children
Classes:
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSS::Maker::RSSBase
Defined in: lib/rss/maker/0.9.rb

Constant Summary

Base - Inherited

NEED_INITIALIZE_VARIABLES, OTHER_ELEMENTS

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

.new(feed_version) ⇒ RSS09

[ GitHub ]

  
# File 'lib/rss/maker/0.9.rb', line 11

def initialize(feed_version)
  super
  @feed_type = "rss"
end

Instance Method Details

#make_feed (private)

[ GitHub ]

  
# File 'lib/rss/maker/0.9.rb', line 17

def make_feed
  Rss.new(@feed_version, @version, @encoding, @standalone)
end

#setup_elements(rss) (private)

[ GitHub ]

  
# File 'lib/rss/maker/0.9.rb', line 21

def setup_elements(rss)
  setup_channel(rss)
end