Class: Couchbase::BinaryCollection::CounterResult
- Inherits:
-
Collection::MutationResult
- Object
- Collection::MutationResult
- Couchbase::BinaryCollection::CounterResult
- Defined in:
- lib/couchbase/binary_collection_options.rb,
/code/couchbase-ruby-client/lib/couchbase/binary_collection_options.rb
Instance Attribute Summary collapse
-
#content ⇒ Integer
Current value of the counter.
Attributes inherited from Collection::MutationResult
#cas, #error, #id, #mutation_token
Method Summary
Methods inherited from Collection::MutationResult
Constructor Details
This class inherits a constructor from Couchbase::Collection::MutationResult
Instance Attribute Details
#content ⇒ Integer
Returns current value of the counter.
23 24 25 |
# File 'lib/couchbase/binary_collection_options.rb', line 23 def content @content end |