class SidekiqScheduler::JobPresenter
def interval
-
(String)
- with the job's interval
def interval @attributes['cron'] || @attributes['interval'] || @attributes['every'] || @attributes['at'] || @attributes['in'] end
(String)
- with the job's interval
def interval @attributes['cron'] || @attributes['interval'] || @attributes['every'] || @attributes['at'] || @attributes['in'] end