Class: BackgroundJobs::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/background_jobs/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#strategyObject

Returns the value of attribute strategy.



25
26
27
# File 'lib/background_jobs/configuration.rb', line 25

def strategy
  @strategy
end

#strategy_optionsObject

Returns the value of attribute strategy_options.



25
26
27
# File 'lib/background_jobs/configuration.rb', line 25

def strategy_options
  @strategy_options
end