class SidekiqScheduler::JobPresenter

def interval

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