Class: Enconvert::V2::LookupResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::LookupResult
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#answer_box ⇒ Object
Returns the value of attribute answer_box.
-
#category ⇒ Object
Returns the value of attribute category.
-
#cost_cents ⇒ Object
Returns the value of attribute cost_cents.
-
#country ⇒ Object
Returns the value of attribute country.
-
#credits ⇒ Object
Returns the value of attribute credits.
-
#knowledge_graph ⇒ Object
Returns the value of attribute knowledge_graph.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#lookup_id ⇒ Object
Returns the value of attribute lookup_id.
-
#perceive_operation_ids ⇒ Object
Returns the value of attribute perceive_operation_ids.
-
#perceive_top ⇒ Object
Returns the value of attribute perceive_top.
-
#query ⇒ Object
Returns the value of attribute query.
-
#results ⇒ Object
Returns the value of attribute results.
-
#time_filter ⇒ Object
Returns the value of attribute time_filter.
-
#total ⇒ Object
Returns the value of attribute total.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#answer_box ⇒ Object
Returns the value of attribute answer_box
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def answer_box @answer_box end |
#category ⇒ Object
Returns the value of attribute category
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def category @category end |
#cost_cents ⇒ Object
Returns the value of attribute cost_cents
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def cost_cents @cost_cents end |
#country ⇒ Object
Returns the value of attribute country
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def country @country end |
#credits ⇒ Object
Returns the value of attribute credits
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def credits @credits end |
#knowledge_graph ⇒ Object
Returns the value of attribute knowledge_graph
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def knowledge_graph @knowledge_graph end |
#locale ⇒ Object
Returns the value of attribute locale
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def locale @locale end |
#lookup_id ⇒ Object
Returns the value of attribute lookup_id
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def lookup_id @lookup_id end |
#perceive_operation_ids ⇒ Object
Returns the value of attribute perceive_operation_ids
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def perceive_operation_ids @perceive_operation_ids end |
#perceive_top ⇒ Object
Returns the value of attribute perceive_top
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def perceive_top @perceive_top end |
#query ⇒ Object
Returns the value of attribute query
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def query @query end |
#results ⇒ Object
Returns the value of attribute results
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def results @results end |
#time_filter ⇒ Object
Returns the value of attribute time_filter
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def time_filter @time_filter end |
#total ⇒ Object
Returns the value of attribute total
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def total @total end |
#warnings ⇒ Object
Returns the value of attribute warnings
68 69 70 |
# File 'lib/enconvert/v2_results.rb', line 68 def warnings @warnings end |