class RSS::Maker::ITunesChannelModel::ITunesCategoriesBase::ITunesCategoryBase
Attributes
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/itunes.rb, line 106 def have_required_values? text end
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/itunes.rb, line 111 def to_feed(feed, current) if text and current.respond_to?(:itunes_category) new_item = current.class::ITunesCategory.new(text) to_feed_for_categories(feed, new_item) current.itunes_categories << new_item end end
Also aliased as: to_feed_for_categories