Class: Zizq::AckProcessor::Ack
- Inherits:
-
Data
- Object
- Data
- Zizq::AckProcessor::Ack
- Defined in:
- lib/zizq/ack_processor.rb
Overview
Immutable value object representing a successful job completion.
Instance Attribute Summary collapse
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
Instance Attribute Details
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id
20 21 22 |
# File 'lib/zizq/ack_processor.rb', line 20 def job_id @job_id end |