Class: Factual::Query::Resolve

Inherits:
Base
  • Object
show all
Defined in:
lib/factual/query/resolve.rb

Instance Attribute Summary

Attributes inherited from Base

#action, #params, #path

Instance Method Summary collapse

Methods inherited from Base

#[], #each, #full_path, #last, #populate, #rows, #schema, #total_count

Constructor Details

#initialize(api, params = {}) ⇒ Resolve

Returns a new instance of Resolve.



6
7
8
9
10
# File 'lib/factual/query/resolve.rb', line 6

def initialize(api, params = {})
  @path = "places/resolve"
  @action = :read
  super(api, params)
end