Class: Jiggler::Worker::CurrentJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiggler/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



7
8
9
# File 'lib/jiggler/worker.rb', line 7

def args
  @args
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



7
8
9
# File 'lib/jiggler/worker.rb', line 7

def queue
  @queue
end