Class: Arrest::CallLog
- Inherits:
-
Struct
- Object
- Struct
- Arrest::CallLog
- Defined in:
- lib/arrest/handler.rb
Instance Attribute Summary collapse
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#request ⇒ Object
Returns the value of attribute request
6 7 8 |
# File 'lib/arrest/handler.rb', line 6 def request @request end |
#response ⇒ Object
Returns the value of attribute response
6 7 8 |
# File 'lib/arrest/handler.rb', line 6 def response @response end |