Class: RSS::Maker::RSS20::Channel::Categories
- Inherits:
-
RSS::Maker::RSS09::Channel::Categories
- Object
- CategoriesBase
- RSS::Maker::RSS09::Channel::Categories
- RSS::Maker::RSS20::Channel::Categories
- Defined in:
- lib/rss/maker/2.0.rb
Defined Under Namespace
Classes: Category
Instance Method Summary collapse
Instance Method Details
#to_feed(rss, channel) ⇒ Object
50 51 52 53 54 |
# File 'lib/rss/maker/2.0.rb', line 50 def to_feed(rss, channel) @categories.each do |category| category.to_feed(rss, channel) end end |