Class: Glossarist::Sts::ExtractedLangSet
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::Sts::ExtractedLangSet
- Defined in:
- lib/glossarist/sts/extracted_lang_set.rb
Instance Attribute Summary collapse
-
#definition_text ⇒ Object
Returns the value of attribute definition_text.
-
#designations ⇒ Object
Returns the value of attribute designations.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#example_texts ⇒ Object
Returns the value of attribute example_texts.
-
#language_code ⇒ Object
Returns the value of attribute language_code.
-
#note_texts ⇒ Object
Returns the value of attribute note_texts.
-
#source_texts ⇒ Object
Returns the value of attribute source_texts.
Instance Attribute Details
#definition_text ⇒ Object
Returns the value of attribute definition_text
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def definition_text @definition_text end |
#designations ⇒ Object
Returns the value of attribute designations
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def designations @designations end |
#domain ⇒ Object
Returns the value of attribute domain
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def domain @domain end |
#example_texts ⇒ Object
Returns the value of attribute example_texts
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def example_texts @example_texts end |
#language_code ⇒ Object
Returns the value of attribute language_code
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def language_code @language_code end |
#note_texts ⇒ Object
Returns the value of attribute note_texts
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def note_texts @note_texts end |
#source_texts ⇒ Object
Returns the value of attribute source_texts
5 6 7 |
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5 def source_texts @source_texts end |