Class: RSS::Maker::RSS10::Image
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | RSS::Maker::ImageBase 
 | 
| Defined in: | lib/rss/maker/1.0.rb | 
Constant Summary
::RSS::Maker::Base - Inherited
Class Method Summary
::RSS::Maker::Base - Inherited
::RSS::Utils::InheritedReader - Extended
Instance Attribute Summary
- #have_required_values? ⇒ Boolean readonly
::RSS::Maker::Base - Inherited
Instance Method Summary
- #to_feed(rss)
- #required_variable_names private
- #variables private
::RSS::Maker::ImageBase - Inherited
::RSS::Maker::Base - Inherited
Constructor Details
This class inherits a constructor from RSS::Maker::Base
Instance Attribute Details
    #have_required_values?  ⇒ Boolean  (readonly)
  
  [ GitHub ]
# File 'lib/rss/maker/1.0.rb', line 208
def have_required_values? super and @maker.channel.have_required_values? end
Instance Method Details
#required_variable_names (private)
[ GitHub ]# File 'lib/rss/maker/1.0.rb', line 217
def required_variable_names %w(url title link) end
#to_feed(rss)
[ GitHub ]#variables (private)
[ GitHub ]# File 'lib/rss/maker/1.0.rb', line 213
def variables super + ["link"] end