Class: TtaTermsApi::WordCriteria

Inherits:
Struct
  • Object
show all
Defined in:
lib/tta_terms_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/tta_terms_api.rb', line 8

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



8
9
10
# File 'lib/tta_terms_api.rb', line 8

def options
  @options
end

Instance Method Details

#to_wordObject



9
10
11
# File 'lib/tta_terms_api.rb', line 9

def to_word
  TtaTermsApi.view(options)
end