class RSS::Maker::RSS09::Channel::Copyright
公共实例方法
to_feed(rss, channel) 点击切换源代码
# File rss-0.3.1/lib/rss/maker/0.9.rb, line 191 def to_feed(rss, channel) channel.copyright = content if have_required_values? end
私有实例方法
required_variable_names() 点击切换源代码
# File rss-0.3.1/lib/rss/maker/0.9.rb, line 196 def required_variable_names %w(content) end