Class: Couchbase::Management::Options::Collection::UpdateCollection
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Collection::UpdateCollection
- Defined in:
- lib/couchbase/management/collection_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/collection_manager.rb
Overview
Options for CollectionManager#update_collection
Constant Summary collapse
- DEFAULT =
UpdateCollection.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| ... } ⇒ UpdateCollection
constructor
Creates an instance of options for CollectionManager#update_collection.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ UpdateCollection
Creates an instance of options for CollectionManager#update_collection
120 121 122 123 124 125 126 |
# File 'lib/couchbase/management/collection_manager.rb', line 120 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |