Class: Glossarist::Sts::ExtractedLangSet

Inherits:
Struct
  • Object
show all
Defined in:
lib/glossarist/sts/extracted_lang_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#definition_textObject

Returns the value of attribute definition_text

Returns:

  • (Object)

    the current value of definition_text



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def definition_text
  @definition_text
end

#designationsObject

Returns the value of attribute designations

Returns:

  • (Object)

    the current value of designations



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def designations
  @designations
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def domain
  @domain
end

#example_textsObject

Returns the value of attribute example_texts

Returns:

  • (Object)

    the current value of example_texts



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def example_texts
  @example_texts
end

#language_codeObject

Returns the value of attribute language_code

Returns:

  • (Object)

    the current value of language_code



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def language_code
  @language_code
end

#note_textsObject

Returns the value of attribute note_texts

Returns:

  • (Object)

    the current value of note_texts



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def note_texts
  @note_texts
end

#source_textsObject

Returns the value of attribute source_texts

Returns:

  • (Object)

    the current value of source_texts



5
6
7
# File 'lib/glossarist/sts/extracted_lang_set.rb', line 5

def source_texts
  @source_texts
end