Class: Couchbase::Options::Exists
Overview
Options for Collection#exists
Instance Attribute Summary
Attributes inherited from Base
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|Exists| ... } ⇒ Exists
constructor
Creates an instance of options for Collection#exists.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|Exists| ... } ⇒ Exists
Creates an instance of options for Collection#exists
331 332 333 334 335 336 337 |
# File 'lib/couchbase/options.rb', line 331 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |