Class: Quber::HTTP::Response
- Inherits:
-
Struct
- Object
- Struct
- Quber::HTTP::Response
- Defined in:
- lib/quber/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
8 9 10 |
# File 'lib/quber/http.rb', line 8 def body @body end |
#code ⇒ Object
Returns the value of attribute code
8 9 10 |
# File 'lib/quber/http.rb', line 8 def code @code end |