Class: TtaTermsApi::Word
- Inherits:
-
Struct
- Object
- Struct
- TtaTermsApi::Word
- Defined in:
- lib/tta_terms_api.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#similar ⇒ Object
Returns the value of attribute similar.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
15 16 17 |
# File 'lib/tta_terms_api.rb', line 15 def description @description end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/tta_terms_api.rb', line 15 def name @name end |
#origin ⇒ Object
Returns the value of attribute origin
15 16 17 |
# File 'lib/tta_terms_api.rb', line 15 def origin @origin end |
#similar ⇒ Object
Returns the value of attribute similar
15 16 17 |
# File 'lib/tta_terms_api.rb', line 15 def similar @similar end |
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/tta_terms_api.rb', line 15 def type @type end |