Class: Couchbase::Collection::UnlockOptions
- Inherits:
-
Couchbase::CommonOptions
- Object
- Couchbase::CommonOptions
- Couchbase::Collection::UnlockOptions
- Defined in:
- lib/couchbase/collection_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/collection_options.rb more...
Instance Attribute Summary
Attributes inherited from Couchbase::CommonOptions
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ UnlockOptions
constructor
A new instance of UnlockOptions.
Constructor Details
#initialize {|self| ... } ⇒ UnlockOptions
Returns a new instance of UnlockOptions.
296 297 298 299 |
# File 'lib/couchbase/collection_options.rb', line 296 def initialize super yield self if block_given? end |