Class: Qube::HTTP::Response
- Inherits:
-
Struct
- Object
- Struct
- Qube::HTTP::Response
- Defined in:
- lib/qube/transport/http.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/qube/transport/http.rb', line 16 def body @body end |
#code ⇒ Object
Returns the value of attribute code
16 17 18 |
# File 'lib/qube/transport/http.rb', line 16 def code @code end |