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
10 11 12 |
# File 'lib/tta_terms_api.rb', line 10 def name @name end |
#options ⇒ Object
Returns the value of attribute options
10 11 12 |
# File 'lib/tta_terms_api.rb', line 10 def end |
Instance Method Details
#to_word ⇒ Object
11 12 13 |
# File 'lib/tta_terms_api.rb', line 11 def to_word TtaTermsApi.view() end |