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

Inherits:
RSS::Maker::RSS09::Channel show all
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

#to_rss

Methods inherited from ChannelBase

#current_element

Methods included from SyndicationModel

append_features

Methods included from DublinCoreModel

append_features, install_dublin_core

Methods included from TaxonomyTopicsModel

append_features, install_taxo_topics

Methods included from ImageFaviconModel

append_features

Methods included from Base

append_features, #initialize

Instance Method Details

#have_required_values?Boolean

Returns:

  • (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_namesObject



20
21
22
# File 'lib/rss/maker/2.0.rb', line 20

def required_variable_names
  %w(title link description)
end