Class: Enconvert::V2::LookupResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#answer_boxObject

Returns the value of attribute answer_box

Returns:

  • (Object)

    the current value of answer_box



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def answer_box
  @answer_box
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def category
  @category
end

#cost_centsObject

Returns the value of attribute cost_cents

Returns:

  • (Object)

    the current value of cost_cents



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def cost_cents
  @cost_cents
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def country
  @country
end

#creditsObject

Returns the value of attribute credits

Returns:

  • (Object)

    the current value of credits



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def credits
  @credits
end

#knowledge_graphObject

Returns the value of attribute knowledge_graph

Returns:

  • (Object)

    the current value of knowledge_graph



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def knowledge_graph
  @knowledge_graph
end

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def locale
  @locale
end

#lookup_idObject

Returns the value of attribute lookup_id

Returns:

  • (Object)

    the current value of lookup_id



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def lookup_id
  @lookup_id
end

#perceive_operation_idsObject

Returns the value of attribute perceive_operation_ids

Returns:

  • (Object)

    the current value of perceive_operation_ids



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def perceive_operation_ids
  @perceive_operation_ids
end

#perceive_topObject

Returns the value of attribute perceive_top

Returns:

  • (Object)

    the current value of perceive_top



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def perceive_top
  @perceive_top
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def query
  @query
end

#resultsObject

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def results
  @results
end

#time_filterObject

Returns the value of attribute time_filter

Returns:

  • (Object)

    the current value of time_filter



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def time_filter
  @time_filter
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def total
  @total
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



68
69
70
# File 'lib/enconvert/v2_results.rb', line 68

def warnings
  @warnings
end