Class: Metanorma::Html::Component::IndexTerm
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Html::Component::IndexTerm
- Defined in:
- lib/metanorma/html/component/index_term_collector.rb
Instance Attribute Summary collapse
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#secondary ⇒ Object
Returns the value of attribute secondary.
-
#see ⇒ Object
Returns the value of attribute see.
-
#see_also ⇒ Object
Returns the value of attribute see_also.
-
#target_id ⇒ Object
Returns the value of attribute target_id.
-
#target_text ⇒ Object
Returns the value of attribute target_text.
-
#tertiary ⇒ Object
Returns the value of attribute tertiary.
Instance Attribute Details
#primary ⇒ Object
Returns the value of attribute primary
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def primary @primary end |
#secondary ⇒ Object
Returns the value of attribute secondary
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def secondary @secondary end |
#see ⇒ Object
Returns the value of attribute see
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def see @see end |
#see_also ⇒ Object
Returns the value of attribute see_also
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def see_also @see_also end |
#target_id ⇒ Object
Returns the value of attribute target_id
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def target_id @target_id end |
#target_text ⇒ Object
Returns the value of attribute target_text
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def target_text @target_text end |
#tertiary ⇒ Object
Returns the value of attribute tertiary
65 66 67 |
# File 'lib/metanorma/html/component/index_term_collector.rb', line 65 def tertiary @tertiary end |