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



15
16
17
# File 'lib/tta_terms_api.rb', line 15

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/tta_terms_api.rb', line 15

def name
  @name
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



15
16
17
# File 'lib/tta_terms_api.rb', line 15

def origin
  @origin
end

#similarObject

Returns the value of attribute similar

Returns:

  • (Object)

    the current value of similar



15
16
17
# File 'lib/tta_terms_api.rb', line 15

def similar
  @similar
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



15
16
17
# File 'lib/tta_terms_api.rb', line 15

def type
  @type
end