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