Class: Scheduled::Context Private
- Inherits:
-
Struct
- Object
- Struct
- Scheduled::Context
- Defined in:
- lib/scheduled.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Context the job is run in
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger
17 18 19 |
# File 'lib/scheduled.rb', line 17 def logger @logger end |