Class: Zizq::Test::Client::Entry
- Inherits:
-
Struct
- Object
- Struct
- Zizq::Test::Client::Entry
- Defined in:
- lib/zizq/test/client.rb
Overview
Paired view of a single enqueue: the original ‘EnqueueRequest` (with full submission metadata — `unique_key`, `unique_while`, retry config, etc.), the synthetic `Resources::Job` returned to callers, and the data hash that backs the job (so we can mutate its status through the lifecycle).
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#job ⇒ Object
Returns the value of attribute job.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
54 55 56 |
# File 'lib/zizq/test/client.rb', line 54 def data @data end |
#job ⇒ Object
Returns the value of attribute job
54 55 56 |
# File 'lib/zizq/test/client.rb', line 54 def job @job end |
#request ⇒ Object
Returns the value of attribute request
54 55 56 |
# File 'lib/zizq/test/client.rb', line 54 def request @request end |