Class: Couchbase::Management::Options::Collection::DropScope
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Collection::DropScope
- Defined in:
- lib/couchbase/management/collection_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/collection_manager.rb
Overview
Options for CollectionManager#drop_scope
Constant Summary collapse
- DEFAULT =
DropScope.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| ... } ⇒ DropScope
constructor
Creates an instance of options for CollectionManager#drop_scope.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ DropScope
Creates an instance of options for CollectionManager#drop_scope
78 79 80 81 82 83 84 |
# File 'lib/couchbase/management/collection_manager.rb', line 78 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |