Class: Couchbase::BinaryCollection::CounterResult

Inherits:
Collection::MutationResult show all
Defined in:
lib/couchbase/binary_collection_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/binary_collection_options.rb
more...

Instance Attribute Summary collapse

Attributes inherited from Collection::MutationResult

#cas, #mutation_token

Method Summary

Methods inherited from Collection::MutationResult

#initialize

Constructor Details

This class inherits a constructor from Couchbase::Collection::MutationResult

Instance Attribute Details

#contentInteger

Returns current value of the counter.

Returns:

  • (Integer)

    current value of the counter


97
98
99
# File 'lib/couchbase/binary_collection_options.rb', line 97

def content
  @content
end