Class: DebugBundle::Relay::Response
- Inherits:
-
Struct
- Object
- Struct
- DebugBundle::Relay::Response
- Defined in:
- lib/debugbundle/relay/handler.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
19 20 21 |
# File 'lib/debugbundle/relay/handler.rb', line 19 def body @body end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/debugbundle/relay/handler.rb', line 19 def status @status end |