Class: Scheduled::Job Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/scheduled.rb

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.

Instance Attribute Summary collapse

Instance Attribute Details

#last_runObject

Returns the value of attribute last_run

Returns:

  • (Object)

    the current value of last_run



13
14
15
# File 'lib/scheduled.rb', line 13

def last_run
  @last_run
end