Class: Couchbase::Collection::ExistsOptions

Inherits:
Couchbase::CommonOptions show all
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

Constructor Details

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

Returns a new instance of ExistsOptions.

Yield Parameters:

[View source]

169
170
171
172
# File 'lib/couchbase/collection_options.rb', line 169

def initialize
  super
  yield self if block_given?
end