Class: Autonoma::HandlerResponse
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::HandlerResponse
- Defined in:
- lib/autonoma/types.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
21 22 23 |
# File 'lib/autonoma/types.rb', line 21 def body @body end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/autonoma/types.rb', line 21 def status @status end |