Class: Couchbase::Management::Options::Collection::GetAllScopes
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Collection::GetAllScopes
- Defined in:
- lib/couchbase/management/collection_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/collection_manager.rb
Overview
Options for CollectionManager#get_all_scopes
Constant Summary collapse
- DEFAULT =
GetAllScopes.new.freeze
Instance Attribute Summary
Attributes inherited from Options::Base
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ GetAllScopes
constructor
Creates an instance of options for CollectionManager#get_all_scopes.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ GetAllScopes
Creates an instance of options for CollectionManager#get_all_scopes
36 37 38 39 40 41 42 |
# File 'lib/couchbase/management/collection_manager.rb', line 36 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |