class Sidekiq::JobRecord
Represents a pending job within a Sidekiq
queue.
The job should be considered immutable but may be removed from the queue via JobRecord#delete.
Attributes
the parsed Hash of job data @!attribute [r] Item
the underlying String in Redis @!attribute [r] Value