Class: Factual::Query::ResolveAbsolute
- Defined in:
- lib/factual/query/resolve.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(api, table, params = {}) ⇒ ResolveAbsolute
constructor
A new instance of ResolveAbsolute.
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 |