Class: ActiveJob::Temporal::ConfiguredJobCompatibility::ExtractedConfiguredJob
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::ConfiguredJobCompatibility::ExtractedConfiguredJob
- Defined in:
- lib/activejob/temporal/configured_job_compatibility.rb
Instance Attribute Summary collapse
-
#job_class ⇒ Object
Returns the value of attribute job_class.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#job_class ⇒ Object
Returns the value of attribute job_class
20 21 22 |
# File 'lib/activejob/temporal/configured_job_compatibility.rb', line 20 def job_class @job_class end |
#options ⇒ Object
Returns the value of attribute options
20 21 22 |
# File 'lib/activejob/temporal/configured_job_compatibility.rb', line 20 def @options end |