Class: Factual::Query::ResolveAbsolute

Inherits:
Resolve 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

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

Constructor Details

#initialize(api, table, params = {}) ⇒ ResolveAbsolute

Returns a new instance of ResolveAbsolute.



19
20
21
22
# File 'lib/factual/query/resolve.rb', line 19

def initialize(api, table, params = {})
  super(api, table, params)
  @path = "t/#{@table}/resolve-absolute"
end