Class: Que::Testing::JobParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/que/testing/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/que/testing/adapter.rb', line 3

def args
  @args
end

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



3
4
5
# File 'lib/que/testing/adapter.rb', line 3

def job_class
  @job_class
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



3
4
5
# File 'lib/que/testing/adapter.rb', line 3

def priority
  @priority
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



3
4
5
# File 'lib/que/testing/adapter.rb', line 3

def queue
  @queue
end

#run_atObject

Returns the value of attribute run_at

Returns:

  • (Object)

    the current value of run_at



3
4
5
# File 'lib/que/testing/adapter.rb', line 3

def run_at
  @run_at
end