Method: Resque::Job#queue

Defined in:
lib/resque/job.rb

#queueObject (readonly)

The name of the queue from which this job was pulled (or is to be placed)



27
28
29
# File 'lib/resque/job.rb', line 27

def queue
  @queue
end