Class: Glossarist::Sts::ExtractedTerm
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::Sts::ExtractedTerm
- Defined in:
- lib/glossarist/sts/extracted_term.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#lang_sets ⇒ Object
Returns the value of attribute lang_sets.
-
#source_ref ⇒ Object
Returns the value of attribute source_ref.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/glossarist/sts/extracted_term.rb', line 5 def id @id end |
#label ⇒ Object
Returns the value of attribute label
5 6 7 |
# File 'lib/glossarist/sts/extracted_term.rb', line 5 def label @label end |
#lang_sets ⇒ Object
Returns the value of attribute lang_sets
5 6 7 |
# File 'lib/glossarist/sts/extracted_term.rb', line 5 def lang_sets @lang_sets end |
#source_ref ⇒ Object
Returns the value of attribute source_ref
5 6 7 |
# File 'lib/glossarist/sts/extracted_term.rb', line 5 def source_ref @source_ref end |