class SidekiqScheduler::JobPresenter

def interval

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