Class: Glossarist::Sts::ExtractedDesignation

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

Instance Attribute Summary collapse

Instance Attribute Details

#abbreviation_typeObject

Returns the value of attribute abbreviation_type

Returns:

  • (Object)

    the current value of abbreviation_type



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

def abbreviation_type
  @abbreviation_type
end

#normative_statusObject

Returns the value of attribute normative_status

Returns:

  • (Object)

    the current value of normative_status



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

def normative_status
  @normative_status
end

#part_of_speechObject

Returns the value of attribute part_of_speech

Returns:

  • (Object)

    the current value of part_of_speech



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

def part_of_speech
  @part_of_speech
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



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

def term
  @term
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end