Class: Couchbase::Collection::GetAnyReplicaOptions

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 collapse

Attributes inherited from Couchbase::CommonOptions

#client_context, #parent_span, #retry_strategy, #timeout

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAnyReplicaOptions.

Yield Parameters:

[View source]

155
156
157
158
# File 'lib/couchbase/collection_options.rb', line 155

def initialize
  super
  yield self if block_given?
end

Instance Attribute Details

#transcoderJsonTranscoder

Returns transcoder used for decoding.

Returns:


152
153
154
# File 'lib/couchbase/collection_options.rb', line 152

def transcoder
  @transcoder
end