Class: Glossarist::Sts::ExtractedDesignation
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::Sts::ExtractedDesignation
- Defined in:
- lib/glossarist/sts/extracted_designation.rb
Instance Attribute Summary collapse
-
#abbreviation_type ⇒ Object
Returns the value of attribute abbreviation_type.
-
#normative_status ⇒ Object
Returns the value of attribute normative_status.
-
#part_of_speech ⇒ Object
Returns the value of attribute part_of_speech.
-
#term ⇒ Object
Returns the value of attribute term.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#abbreviation_type ⇒ Object
Returns the value of attribute abbreviation_type
5 6 7 |
# File 'lib/glossarist/sts/extracted_designation.rb', line 5 def abbreviation_type @abbreviation_type end |
#normative_status ⇒ Object
Returns the value of attribute normative_status
5 6 7 |
# File 'lib/glossarist/sts/extracted_designation.rb', line 5 def normative_status @normative_status end |
#part_of_speech ⇒ Object
Returns the value of attribute part_of_speech
5 6 7 |
# File 'lib/glossarist/sts/extracted_designation.rb', line 5 def part_of_speech @part_of_speech end |
#term ⇒ Object
Returns the value of attribute term
5 6 7 |
# File 'lib/glossarist/sts/extracted_designation.rb', line 5 def term @term end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/glossarist/sts/extracted_designation.rb', line 5 def type @type end |