Class: BackgroundJobs::Configuration
- Inherits:
-
Object
- Object
- BackgroundJobs::Configuration
- Includes:
- Singleton
- Defined in:
- lib/background_jobs/configuration.rb
Instance Attribute Summary collapse
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#strategy_options ⇒ Object
Returns the value of attribute strategy_options.
Instance Attribute Details
#strategy ⇒ Object
Returns the value of attribute strategy.
25 26 27 |
# File 'lib/background_jobs/configuration.rb', line 25 def strategy @strategy end |
#strategy_options ⇒ Object
Returns the value of attribute strategy_options.
25 26 27 |
# File 'lib/background_jobs/configuration.rb', line 25 def @strategy_options end |