Class: Couchbase::BinaryCollection::AppendOptions

Inherits:
CommonOptions
  • Object
show all
Defined in:
lib/couchbase/binary_collection_options.rb

Instance Attribute Summary collapse

Attributes inherited from CommonOptions

#client_context, #parent_span, #retry_strategy, #timeout

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AppendOptions.

Yield Parameters:

[View source]

24
25
26
# File 'lib/couchbase/binary_collection_options.rb', line 24

def initialize
  yield self if block_given?
end

Instance Attribute Details

#casInteger

Returns The default CAS used (0 means no CAS in this context).

Returns:

  • (Integer)

    The default CAS used (0 means no CAS in this context)


21
22
23
# File 'lib/couchbase/binary_collection_options.rb', line 21

def cas
  @cas
end