Class: CouchbaseOrm::Base::Metadata
- Inherits:
-
Struct
- Object
- Struct
- CouchbaseOrm::Base::Metadata
- Defined in:
- lib/couchbase-orm/base.rb
Instance Attribute Summary collapse
-
#cas ⇒ Object
Returns the value of attribute cas.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#cas ⇒ Object
Returns the value of attribute cas
39 40 41 |
# File 'lib/couchbase-orm/base.rb', line 39 def cas @cas end |
#key ⇒ Object
Returns the value of attribute key
39 40 41 |
# File 'lib/couchbase-orm/base.rb', line 39 def key @key end |