Class: Zizq::Test::Client::Entry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



54
55
56
# File 'lib/zizq/test/client.rb', line 54

def data
  @data
end

#jobObject

Returns the value of attribute job

Returns:

  • (Object)

    the current value of job



54
55
56
# File 'lib/zizq/test/client.rb', line 54

def job
  @job
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



54
55
56
# File 'lib/zizq/test/client.rb', line 54

def request
  @request
end