Class: RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | RSS::Maker::Base 
 | 
| Defined in: | lib/rss/maker/taxonomy.rb | 
Constant Summary
::RSS::Maker::Base - Inherited
NEED_INITIALIZE_VARIABLES, OTHER_ELEMENTS
::RSS::DublinCoreModel - Included
Class Method Summary
::RSS::Maker::Base - Inherited
::RSS::Utils::InheritedReader - Extended
Instance Attribute Summary
- 
    
      #taxo_link  
    
    rw
    Alias for #value. 
- #value (also: #taxo_link) rw
- #have_required_values? ⇒ Boolean readonly
::RSS::Maker::Base - Inherited
Instance Method Summary
::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/taxonomy.rb', line 82
def have_required_values? @value end
#taxo_link (rw)
Alias for #value.
# File 'lib/rss/maker/taxonomy.rb', line 79
alias_method(:taxo_link, :value)
#value (rw) Also known as: #taxo_link
[ GitHub ]# File 'lib/rss/maker/taxonomy.rb', line 77
attr_accessor :value