Method: Couchbase::Protostellar::RequestGenerator::Query#initialize
- Defined in:
- lib/couchbase/protostellar/request_generator/query.rb
#initialize(bucket_name: nil, scope_name: nil) ⇒ Query
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Query.
41 42 43 44 |
# File 'lib/couchbase/protostellar/request_generator/query.rb', line 41 def initialize(bucket_name: nil, scope_name: nil) @bucket_name = bucket_name @scope_name = scope_name end |