class Factual::Query::ResolveAbsolute

Public Class Methods

new(api, table, params = {}) click to toggle source
Calls superclass method Factual::Query::Resolve::new
# File lib/factual/query/resolve.rb, line 19
def initialize(api, table, params = {})
  super(api, table, params)
  @path = "t/#{@table}/resolve-absolute"
end