Class: Arrest::RequestLog
- Inherits:
-
Struct
- Object
- Struct
- Arrest::RequestLog
- Defined in:
- lib/arrest/handler.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#method ⇒ Object
Returns the value of attribute method.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/arrest/handler.rb', line 4 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
4 5 6 |
# File 'lib/arrest/handler.rb', line 4 def headers @headers end |
#method ⇒ Object
Returns the value of attribute method
4 5 6 |
# File 'lib/arrest/handler.rb', line 4 def method @method end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/arrest/handler.rb', line 4 def url @url end |