Class: ActiveJob::Temporal::JobPayloadChainBuilder::ChainStepRoutingJob
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::JobPayloadChainBuilder::ChainStepRoutingJob
- Defined in:
- lib/activejob/temporal/job_payload_chain_builder.rb
Instance Attribute Summary collapse
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#priority ⇒ Object
Returns the value of attribute priority
10 11 12 |
# File 'lib/activejob/temporal/job_payload_chain_builder.rb', line 10 def priority @priority end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
10 11 12 |
# File 'lib/activejob/temporal/job_payload_chain_builder.rb', line 10 def queue_name @queue_name end |