Element
# File rss/0.9.rb, line 29 def initialize(feed_version, version=nil, encoding=nil, standalone=nil) super @feed_type = "rss" end
# File rss/0.9.rb, line 42 def image if @channel @channel.image else nil end end
# File rss/0.9.rb, line 34 def items if @channel @channel.items else [] end end
# File rss/0.9.rb, line 58 def setup_maker_elements(maker) super items.each do |item| item.setup_maker(maker.items) end image.setup_maker(maker) if image textinput.setup_maker(maker) if textinput end
# File rss/0.9.rb, line 50 def textinput if @channel @channel.textInput else nil end end
This page was generated for Ruby 1.9.1
Generated with Ruby-doc Rdoc Generator 0.44.0.