Class: RSS::Maker::RSS09::Channel::Copyright
- Inherits:
-
CopyrightBase
- Object
- CopyrightBase
- RSS::Maker::RSS09::Channel::Copyright
- Defined in:
- lib/rss/maker/0.9.rb
Instance Method Summary collapse
Instance Method Details
#to_feed(rss, channel) ⇒ Object
191 192 193 |
# File 'lib/rss/maker/0.9.rb', line 191 def to_feed(rss, channel) channel.copyright = content if have_required_values? end |