Method: Factual::Query::Resolve#initialize
- Defined in:
- lib/factual/query/resolve.rb
#initialize(api, table, params = {}) ⇒ Resolve
Returns a new instance of Resolve.
4 5 6 7 8 9 |
# 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 |