Class: Couchbase::Management::Options::Bucket::UpdateBucket

Inherits:
Options::Base
  • Object
show all
Defined in:
lib/couchbase/management/bucket_manager.rb

Overview

Instance Attribute Summary

Attributes inherited from Options::Base

#client_context, #parent_span, #retry_strategy, #timeout

Instance Method Summary collapse

Methods inherited from Options::Base

#to_backend

Constructor Details

#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ UpdateBucket

Creates an instance of options for BucketManager#update_bucket

Yield Parameters:



55
56
57
58
59
60
61
# File 'lib/couchbase/management/bucket_manager.rb', line 55

def initialize(timeout: nil,
               retry_strategy: nil,
               client_context: nil,
               parent_span: nil)
  super
  yield self if block_given?
end