Method: Presto::Client::Query#initialize
- Defined in:
- lib/presto/client/query.rb
#initialize(api) ⇒ Query
Returns a new instance of Query.
45 46 47 |
# File 'lib/presto/client/query.rb', line 45 def initialize(api) @api = api end |
Returns a new instance of Query.
45 46 47 |
# File 'lib/presto/client/query.rb', line 45 def initialize(api) @api = api end |