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