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



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

Instance Method Details

#to_wordObject



11
12
13
# File 'lib/tta_terms_api.rb', line 11

def to_word
  TtaTermsApi.view(options)
end