Class: RSS::Maker::RSS09::Textinput
- Inherits:
-
TextinputBase
- Object
- TextinputBase
- RSS::Maker::RSS09::Textinput
- Defined in:
- lib/rss/maker/0.9.rb,
lib/rss/maker/dublincore.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from TextinputBase
Methods included from DublinCoreModel
append_features, install_dublin_core
Methods included from Base
Instance Method Details
#to_rss(rss) ⇒ Object
205 206 207 208 209 210 211 212 |
# File 'lib/rss/maker/0.9.rb', line 205 def to_rss(rss) textInput = Rss::Channel::TextInput.new set = setup_values(textInput) if set rss.channel.textInput = textInput setup_other_elements(rss) end end |