Class: Delayed::Backend::ActiveRecord::Configuration
- Inherits:
-
Object
- Object
- Delayed::Backend::ActiveRecord::Configuration
- Defined in:
- lib/delayed/backend/active_record.rb
Instance Attribute Summary collapse
-
#reserve_sql_strategy ⇒ Object
Returns the value of attribute reserve_sql_strategy.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
10 11 12 |
# File 'lib/delayed/backend/active_record.rb', line 10 def initialize self.reserve_sql_strategy = :optimized_sql end |
Instance Attribute Details
#reserve_sql_strategy ⇒ Object
Returns the value of attribute reserve_sql_strategy.
8 9 10 |
# File 'lib/delayed/backend/active_record.rb', line 8 def reserve_sql_strategy @reserve_sql_strategy end |