class RSS::Maker::RSS09::Channel::Title
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/0.9.rb, line 213 def to_feed(rss, channel) channel.title = content if have_required_values? end
Private Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/0.9.rb, line 218 def required_variable_names %w(content) end