Class: Couchbase::Management::Options::Bucket::FlushBucket
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Bucket::FlushBucket
- Defined in:
- lib/couchbase/management/bucket_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/bucket_manager.rb
Overview
Options for BucketManager#flush_bucket
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| ... } ⇒ FlushBucket
constructor
Creates an instance of options for BucketManager#flush_bucket.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ FlushBucket
Creates an instance of options for BucketManager#flush_bucket
131 132 133 134 135 136 137 |
# File 'lib/couchbase/management/bucket_manager.rb', line 131 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |