Class: TtaTermsApi::Word

Inherits:
Struct
  • Object
show all
Defined in:
lib/tta_terms_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/tta_terms_api.rb', line 13

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/tta_terms_api.rb', line 13

def name
  @name
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



13
14
15
# File 'lib/tta_terms_api.rb', line 13

def origin
  @origin
end

#similarObject

Returns the value of attribute similar

Returns:

  • (Object)

    the current value of similar



13
14
15
# File 'lib/tta_terms_api.rb', line 13

def similar
  @similar
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/tta_terms_api.rb', line 13

def type
  @type
end