Class: Zizq::AckProcessor::Ack

Inherits:
Data
  • Object
show all
Defined in:
lib/zizq/ack_processor.rb

Overview

Immutable value object representing a successful job completion.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idObject (readonly)

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



20
21
22
# File 'lib/zizq/ack_processor.rb', line 20

def job_id
  @job_id
end