In Files

  • rss-0.2.9/lib/rss/maker/0.9.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::Maker::RSS09::Textinput

Public Instance Methods

to_feed(rss) click to toggle source
 
               # File rss-0.2.9/lib/rss/maker/0.9.rb, line 444
def to_feed(rss)
  textInput = Rss::Channel::TextInput.new
  set = setup_values(textInput)
  if set
    rss.channel.textInput = textInput
    set_parent(textInput, rss.channel)
    setup_other_elements(rss, textInput)
  end
end
            
There is an updated format of the API docs for this version here.