Class: Que::Testing::JobParams
- Inherits:
-
Struct
- Object
- Struct
- Que::Testing::JobParams
- Defined in:
- lib/que/testing/adapter.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#job_class ⇒ Object
Returns the value of attribute job_class.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#run_at ⇒ Object
Returns the value of attribute run_at.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/que/testing/adapter.rb', line 3 def args @args end |
#job_class ⇒ Object
Returns the value of attribute job_class
3 4 5 |
# File 'lib/que/testing/adapter.rb', line 3 def job_class @job_class end |
#priority ⇒ Object
Returns the value of attribute priority
3 4 5 |
# File 'lib/que/testing/adapter.rb', line 3 def priority @priority end |
#queue ⇒ Object
Returns the value of attribute queue
3 4 5 |
# File 'lib/que/testing/adapter.rb', line 3 def queue @queue end |
#run_at ⇒ Object
Returns the value of attribute run_at
3 4 5 |
# File 'lib/que/testing/adapter.rb', line 3 def run_at @run_at end |