Class: ActiveJob::Temporal::ConfiguredJobCompatibility::ExtractedConfiguredJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/configured_job_compatibility.rb

Instance Attribute Summary collapse

Instance Attribute Details

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



20
21
22
# File 'lib/activejob/temporal/configured_job_compatibility.rb', line 20

def job_class
  @job_class
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



20
21
22
# File 'lib/activejob/temporal/configured_job_compatibility.rb', line 20

def options
  @options
end