Class: RouterBase::NetHTTPTransport::Response
- Inherits:
-
Struct
- Object
- Struct
- RouterBase::NetHTTPTransport::Response
- Defined in:
- lib/routerbase/client.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
67 68 69 |
# File 'lib/routerbase/client.rb', line 67 def body @body end |
#code ⇒ Object
Returns the value of attribute code
67 68 69 |
# File 'lib/routerbase/client.rb', line 67 def code @code end |