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

Returns:

  • (Object)

    the current value of callback



16
17
18
# File 'lib/libcouchbase/connection.rb', line 16

def callback
  @callback
end

#casObject

Returns the value of attribute cas

Returns:

  • (Object)

    the current value of cas



16
17
18
# File 'lib/libcouchbase/connection.rb', line 16

def cas
  @cas
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



16
17
18
# File 'lib/libcouchbase/connection.rb', line 16

def key
  @key
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



16
17
18
# File 'lib/libcouchbase/connection.rb', line 16

def 
  
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



16
17
18
# File 'lib/libcouchbase/connection.rb', line 16

def value
  @value
end