Class: Libcouchbase::Response
- Inherits:
-
Struct
- Object
- Struct
- Libcouchbase::Response
- Defined in:
- lib/libcouchbase/connection.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#cas ⇒ Object
Returns the value of attribute cas.
-
#key ⇒ Object
Returns the value of attribute key.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
7 8 9 |
# File 'lib/libcouchbase/connection.rb', line 7 def callback @callback end |
#cas ⇒ Object
Returns the value of attribute cas
7 8 9 |
# File 'lib/libcouchbase/connection.rb', line 7 def cas @cas end |
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/libcouchbase/connection.rb', line 7 def key @key end |
#metadata ⇒ Object
Returns the value of attribute metadata
7 8 9 |
# File 'lib/libcouchbase/connection.rb', line 7 def @metadata end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/libcouchbase/connection.rb', line 7 def value @value end |