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
17 18 19 |
# File 'lib/libcouchbase/connection.rb', line 17 def body @body end |
#callback ⇒ Object
Returns the value of attribute callback
17 18 19 |
# File 'lib/libcouchbase/connection.rb', line 17 def callback @callback end |
#headers ⇒ Object
Returns the value of attribute headers
17 18 19 |
# File 'lib/libcouchbase/connection.rb', line 17 def headers @headers end |
#request ⇒ Object
Returns the value of attribute request
17 18 19 |
# File 'lib/libcouchbase/connection.rb', line 17 def request @request end |
#status ⇒ Object
Returns the value of attribute status
17 18 19 |
# File 'lib/libcouchbase/connection.rb', line 17 def status @status end |