Class: Libcouchbase::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/libcouchbase/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback



26
27
28
# File 'lib/libcouchbase/connection.rb', line 26

def callback
  @callback
end

#casObject

Returns the value of attribute cas



26
27
28
# File 'lib/libcouchbase/connection.rb', line 26

def cas
  @cas
end

#keyObject

Returns the value of attribute key



26
27
28
# File 'lib/libcouchbase/connection.rb', line 26

def key
  @key
end

#metadataObject

Returns the value of attribute metadata



26
27
28
# File 'lib/libcouchbase/connection.rb', line 26

def 
  
end

#valueObject

Returns the value of attribute value



26
27
28
# File 'lib/libcouchbase/connection.rb', line 26

def value
  @value
end