Class: Sidekiq::DeferredJobs::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/deferred_jobs.rb

Overview

Data structure to hold job information.

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



246
247
248
# File 'lib/sidekiq/deferred_jobs.rb', line 246

def args
  @args
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



246
247
248
# File 'lib/sidekiq/deferred_jobs.rb', line 246

def klass
  @klass
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



246
247
248
# File 'lib/sidekiq/deferred_jobs.rb', line 246

def opts
  @opts
end