Class: Couchbase::Collection::ExistsOptions

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| ... } ⇒ ExistsOptions

Returns a new instance of ExistsOptions.

Yield Parameters:

[View source]

147
148
149
# File 'lib/couchbase/collection_options.rb', line 147

def initialize
  yield self if block_given?
end