Class: RSS::Maker::RSS20::Channel::Categories

Inherits:
RSS::Maker::RSS09::Channel::Categories show all
Defined in:
lib/rss/maker/2.0.rb

Defined Under Namespace

Classes: Category

Instance Method Summary collapse

Instance Method Details

#to_rss(rss, channel) ⇒ Object



51
52
53
54
55
# File 'lib/rss/maker/2.0.rb', line 51

def to_rss(rss, channel)
  @categories.each do |category|
    category.to_rss(rss, channel)
  end
end