Class: RSS::Maker::RSS20::Channel
- Inherits:
-
RSS::Maker::RSS09::Channel
- Object
- ChannelBase
- RSS::Maker::RSS09::Channel
- RSS::Maker::RSS20::Channel
- Defined in:
- lib/rss/maker/2.0.rb
Defined Under Namespace
Classes: Categories, Cloud, SkipDays, SkipHours
Instance Method Summary collapse
Methods inherited from RSS::Maker::RSS09::Channel
Methods inherited from ChannelBase
Methods included from SyndicationModel
Methods included from DublinCoreModel
append_features, install_dublin_core
Methods included from TaxonomyTopicsModel
append_features, install_taxo_topics
Methods included from ImageFaviconModel
Methods included from Base
Instance Method Details
#have_required_values? ⇒ Boolean
16 17 18 |
# File 'lib/rss/maker/2.0.rb', line 16 def have_required_values? @title and @link and @description end |
#required_variable_names ⇒ Object
20 21 22 |
# File 'lib/rss/maker/2.0.rb', line 20 def required_variable_names %w(title link description) end |