Class: TtaTermsApi::WordCriteria
- Inherits:
-
Struct
- Object
- Struct
- TtaTermsApi::WordCriteria
- Defined in:
- lib/tta_terms_api.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/tta_terms_api.rb', line 8 def name @name end |
#options ⇒ Object
Returns the value of attribute options
8 9 10 |
# File 'lib/tta_terms_api.rb', line 8 def end |
Instance Method Details
#to_word ⇒ Object
9 10 11 |
# File 'lib/tta_terms_api.rb', line 9 def to_word TtaTermsApi.view() end |