Class: Couchbase::Management::Options::Bucket::GetAllBuckets
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Bucket::GetAllBuckets
- Defined in:
- lib/couchbase/management/bucket_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/bucket_manager.rb
Overview
Options for BucketManager#get_all_buckets
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| ... } ⇒ GetAllBuckets
constructor
Creates an instance of options for BucketManager#get_all_buckets.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ GetAllBuckets
Creates an instance of options for BucketManager#get_all_buckets
112 113 114 115 116 117 118 |
# File 'lib/couchbase/management/bucket_manager.rb', line 112 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |