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



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

def cas
  @cas
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end