Class: RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase
- Inherits:
-
Base
- Object
- Base
- RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase
- Includes:
- DublinCoreModel, 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
Constants inherited from Base
Base::NEED_INITIALIZE_VARIABLES, Base::OTHER_ELEMENTS
Instance Attribute Summary collapse
-
#value ⇒ Object
(also: #taxo_link)
Returns the value of attribute value.
Attributes inherited from Base
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 inherited from Base
add_need_initialize_variable, add_other_element, def_array_element, def_classed_element, def_classed_element_without_accessor, def_classed_elements, def_csv_element, def_other_element, def_other_element_without_accessor, inherited, inherited_base, #initialize, need_initialize_variables, other_elements, #variable_is_set?
Methods included from Utils::InheritedReader
#inherited_array_reader, #inherited_hash_reader, #inherited_reader
Constructor Details
This class inherits a constructor from RSS::Maker::Base
Instance Attribute Details
#value ⇒ Object Also known as: taxo_link
Returns the value of attribute value.
77 78 79 |
# File 'lib/rss/maker/taxonomy.rb', line 77 def value @value end |
Instance Method Details
#have_required_values? ⇒ Boolean
82 83 84 |
# File 'lib/rss/maker/taxonomy.rb', line 82 def have_required_values? @value end |