Class: RequestTrail::SidekiqMiddleware::JobContext
- Inherits:
-
Struct
- Object
- Struct
- RequestTrail::SidekiqMiddleware::JobContext
- Defined in:
- lib/request_trail/sidekiq_middleware.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#request_method ⇒ Object
Returns the value of attribute request_method.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/request_trail/sidekiq_middleware.rb', line 5 def path @path end |
#request_method ⇒ Object
Returns the value of attribute request_method
5 6 7 |
# File 'lib/request_trail/sidekiq_middleware.rb', line 5 def request_method @request_method end |