class SidekiqScheduler::JobPresenter

def queue

Returns:
  • (String) - with the job's queue
def queue
  @attributes.fetch('queue', 'default')
end