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.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/tta_terms_api.rb', line 13 def description @description end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/tta_terms_api.rb', line 13 def name @name end |
#origin ⇒ Object
Returns the value of attribute origin
13 14 15 |
# File 'lib/tta_terms_api.rb', line 13 def origin @origin end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/tta_terms_api.rb', line 13 def type @type end |