Class: Libcouchbase::Response

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

Instance Attribute Summary collapse

Instance Attribute Details

#callback ⇒ Object

Returns the value of attribute callback

Returns:

  • (Object) —

    the current value of callback



7
8
9
# File 'lib/libcouchbase/connection.rb', line 7

def callback
  @callback
end

#cas ⇒ Object

Returns the value of attribute cas

Returns:

  • (Object) —

    the current value of cas



7
8
9
# File 'lib/libcouchbase/connection.rb', line 7

def cas
  @cas
end

#key ⇒ Object

Returns the value of attribute key

Returns:

  • (Object) —

    the current value of key



7
8
9
# File 'lib/libcouchbase/connection.rb', line 7

def key
  @key
end

#metadata ⇒ Object

Returns the value of attribute metadata

Returns:

  • (Object) —

    the current value of metadata



7
8
9
# File 'lib/libcouchbase/connection.rb', line 7

def 
  @metadata
end

#value ⇒ Object

Returns the value of attribute value

Returns:

  • (Object) —

    the current value of value



7
8
9
# File 'lib/libcouchbase/connection.rb', line 7

def value
  @value
end