Class: Libcouchbase::HttpResponse
- Inherits:
-
Struct
- Object
- Struct
- Libcouchbase::HttpResponse
- Defined in:
- lib/libcouchbase/connection.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#request ⇒ Object
Returns the value of attribute request.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
8 9 10 |
# File 'lib/libcouchbase/connection.rb', line 8 def body @body end |
#callback ⇒ Object
Returns the value of attribute callback
8 9 10 |
# File 'lib/libcouchbase/connection.rb', line 8 def callback @callback end |
#headers ⇒ Object
Returns the value of attribute headers
8 9 10 |
# File 'lib/libcouchbase/connection.rb', line 8 def headers @headers end |
#request ⇒ Object
Returns the value of attribute request
8 9 10 |
# File 'lib/libcouchbase/connection.rb', line 8 def request @request end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/libcouchbase/connection.rb', line 8 def status @status end |