Class: Arrest::ResponseLog
- Inherits:
-
Struct
- Object
- Struct
- Arrest::ResponseLog
- Defined in:
- lib/arrest/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
5 6 7 |
# File 'lib/arrest/handler.rb', line 5 def body @body end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/arrest/handler.rb', line 5 def status @status end |