Class: CouchbaseOrm::Base::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/couchbase-orm/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#casObject

Returns the value of attribute cas

Returns:

  • (Object)

    the current value of cas



38
39
40
# File 'lib/couchbase-orm/base.rb', line 38

def cas
  @cas
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



38
39
40
# File 'lib/couchbase-orm/base.rb', line 38

def key
  @key
end