Module: Sidetiq::Schedulable::ClassMethods
- Defined in:
- lib/sidetiq/timezone/schedulable.rb
Instance Method Summary collapse
-
#time_zone ⇒ Object
Returns Sidetiq.clock.time_zone.
Instance Method Details
#time_zone ⇒ Object
Returns Sidetiq.clock.time_zone.
24 25 26 |
# File 'lib/sidetiq/timezone/schedulable.rb', line 24 def time_zone Sidetiq.clock.time_zone end |