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
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def answer_box @answer_box end |
#category ⇒ Object
Returns the value of attribute category
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def category @category end |
#cost_cents ⇒ Object
Returns the value of attribute cost_cents
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def cost_cents @cost_cents end |
#country ⇒ Object
Returns the value of attribute country
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def country @country end |
#credits ⇒ Object
Returns the value of attribute credits
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def credits @credits end |
#knowledge_graph ⇒ Object
Returns the value of attribute knowledge_graph
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def knowledge_graph @knowledge_graph end |
#locale ⇒ Object
Returns the value of attribute locale
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def locale @locale end |
#lookup_id ⇒ Object
Returns the value of attribute lookup_id
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def lookup_id @lookup_id end |
#perceive_operation_ids ⇒ Object
Returns the value of attribute perceive_operation_ids
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def perceive_operation_ids @perceive_operation_ids end |
#perceive_top ⇒ Object
Returns the value of attribute perceive_top
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def perceive_top @perceive_top end |
#query ⇒ Object
Returns the value of attribute query
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def query @query end |
#results ⇒ Object
Returns the value of attribute results
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def results @results end |
#time_filter ⇒ Object
Returns the value of attribute time_filter
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def time_filter @time_filter end |
#total ⇒ Object
Returns the value of attribute total
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def total @total end |
#warnings ⇒ Object
Returns the value of attribute warnings
82 83 84 |
# File 'lib/enconvert/v2_results.rb', line 82 def warnings @warnings end |