Class: RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase::TaxonomyTopicBase

Inherits:
Base
  • Object
show all
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

Attributes inherited from Base

#maker

Instance Method Summary collapse

Methods included from RSS::Maker::TaxonomyTopicsModel

append_features, install_taxo_topics

Methods included from BaseDublinCoreModel

#append_features

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 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

#valueObject Also known as: taxo_link

Returns the value of attribute value



76
77
78
# File 'lib/rss/maker/taxonomy.rb', line 76

def value
  @value
end

Instance Method Details

#have_required_values?Boolean

Returns:

  • (Boolean)


81
82
83
# File 'lib/rss/maker/taxonomy.rb', line 81

def have_required_values?
  @value
end