Class: Zizq::Test::Client::Entry
- Inherits:
-
Struct
- Object
- Struct
- Zizq::Test::Client::Entry
- Defined in:
- lib/zizq/test/client.rb,
sig/generated/zizq/test/client.rbs
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.
Class Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
56 57 58 |
# File 'lib/zizq/test/client.rb', line 56 def data @data end |
#job ⇒ Object
Returns the value of attribute job
56 57 58 |
# File 'lib/zizq/test/client.rb', line 56 def job @job end |
#request ⇒ Object
Returns the value of attribute request
56 57 58 |
# File 'lib/zizq/test/client.rb', line 56 def request @request end |
Class Method Details
.new(request:, job:, data:) ⇒ instance .new(arg0) ⇒ instance
63 64 |
# File 'sig/generated/zizq/test/client.rbs', line 63
def self.new: (?request: untyped, ?job: untyped, ?data: untyped) -> instance
| ({ ?request: untyped, ?job: untyped, ?data: untyped }) -> instance
|