Class: Scheduled::Context Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



17
18
19
# File 'lib/scheduled.rb', line 17

def logger
  @logger
end