Class: Xshellz::Client::Response
- Inherits:
-
Struct
- Object
- Struct
- Xshellz::Client::Response
- Defined in:
- lib/xshellz/client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
37 38 39 |
# File 'lib/xshellz/client.rb', line 37 def body @body end |
#status ⇒ Object
Returns the value of attribute status
37 38 39 |
# File 'lib/xshellz/client.rb', line 37 def status @status end |