Class: Couchbase::Collection::ExistsOptions
- Inherits:
-
Couchbase::CommonOptions
- Object
- Couchbase::CommonOptions
- Couchbase::Collection::ExistsOptions
- 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
-
#initialize {|self| ... } ⇒ ExistsOptions
constructor
A new instance of ExistsOptions.
Constructor Details
#initialize {|self| ... } ⇒ ExistsOptions
Returns a new instance of ExistsOptions.
147 148 149 |
# File 'lib/couchbase/collection_options.rb', line 147 def initialize yield self if block_given? end |