method
to_feed
to_feed(rss, channel)
public
Hide source
# File lib/rss/maker/1.0.rb, line 128 def to_feed(rss, channel) if have_required_values? channel.link = href else raise NotSetError.new("maker.channel.link", not_set_required_variables) end end