Class: Sidekiq::DeferredJobs::Job
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::DeferredJobs::Job
- Defined in:
- lib/sidekiq/deferred_jobs.rb
Overview
Data structure to hold job information.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
246 247 248 |
# File 'lib/sidekiq/deferred_jobs.rb', line 246 def args @args end |
#klass ⇒ Object
Returns the value of attribute klass
246 247 248 |
# File 'lib/sidekiq/deferred_jobs.rb', line 246 def klass @klass end |
#opts ⇒ Object
Returns the value of attribute opts
246 247 248 |
# File 'lib/sidekiq/deferred_jobs.rb', line 246 def opts @opts end |