Class: RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase
- Inherits:
-
Object
- Object
- RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase
- Includes:
- DublinCoreModel, Base, RSS::Maker::TaxonomyTopicsModel
- Defined in:
- lib/rss/maker/taxonomy.rb
Constant Summary
Constants included from DublinCoreModel
DublinCoreModel::DATE_ELEMENTS, DublinCoreModel::ELEMENTS, DublinCoreModel::ELEMENT_NAME_INFOS, DublinCoreModel::TEXT_ELEMENTS
Instance Attribute Summary collapse
-
#value ⇒ Object
(also: #taxo_link)
Returns the value of attribute value.
Instance Method Summary collapse
Methods included from RSS::Maker::TaxonomyTopicsModel
append_features, install_taxo_topics
Methods included from BaseModel
#install_date_element, #install_have_child_element, #install_have_children_element, #install_text_element
Methods included from Utils
element_initialize_arguments?, get_file_and_line_from_caller, html_escape, new_with_value_if_need, to_class_name
Methods included from BaseDublinCoreModel
Methods included from Base
Instance Attribute Details
#value ⇒ Object Also known as: taxo_link
Returns the value of attribute value.
128 129 130 |
# File 'lib/rss/maker/taxonomy.rb', line 128 def value @value end |
Instance Method Details
#have_required_values? ⇒ Boolean
133 134 135 |
# File 'lib/rss/maker/taxonomy.rb', line 133 def have_required_values? @value end |