Class: RSS::Maker::RSS09::Channel::Copyright
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
CopyrightBase
|
|
Instance Chain:
self,
CopyrightBase
|
|
Inherits: |
CopyrightBase
|
Defined in: | lib/rss/maker/0.9.rb |
Instance Method Summary
Instance Method Details
#required_variable_names (private)
[ GitHub ]# File 'lib/rss/maker/0.9.rb', line 196
def required_variable_names %w(content) end
#to_feed(rss, channel)
[ GitHub ]# File 'lib/rss/maker/0.9.rb', line 191
def to_feed(rss, channel) channel.copyright = content if have_required_values? end