Class: RSS::Maker::RSS09::Channel::Title
- Inherits:
-
TitleBase
- Object
- TitleBase
- RSS::Maker::RSS09::Channel::Title
- Defined in:
- lib/rss/maker/0.9.rb
Instance Method Summary collapse
Instance Method Details
#to_feed(rss, channel) ⇒ Object
213 214 215 |
# File 'lib/rss/maker/0.9.rb', line 213 def to_feed(rss, channel) channel.title = content if have_required_values? end |