Class: Couchbase::Collection::UnlockOptions

Inherits:
Couchbase::CommonOptions show all
Defined in:
lib/couchbase/collection_options.rb

Instance Attribute Summary

Attributes inherited from Couchbase::CommonOptions

#client_context, #parent_span, #retry_strategy, #timeout

Instance Method Summary collapse

Constructor Details

#initialize {|self| ... } ⇒ UnlockOptions

Returns a new instance of UnlockOptions.

Yield Parameters:

[View source]

268
269
270
# File 'lib/couchbase/collection_options.rb', line 268

def initialize
  yield self if block_given?
end