class Factual::Query::Resolve
Public Class Methods
new(api, table, params = {})
click to toggle source
Calls superclass method
Factual::Query::Base::new
# File lib/factual/query/resolve.rb, line 4 def initialize(api, table, params = {}) @table = table @path = "t/#{@table}/resolve" @action = :read super(api, params) end