Class: Sidejobs::Configuration
- Inherits:
-
Object
- Object
- Sidejobs::Configuration
- Defined in:
- lib/sidejobs/configuration.rb
Instance Attribute Summary collapse
-
#batch_size ⇒ Object
Returns the value of attribute batch_size.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#sleep_delay ⇒ Object
Returns the value of attribute sleep_delay.
Instance Attribute Details
#batch_size ⇒ Object
Returns the value of attribute batch_size.
4 5 6 |
# File 'lib/sidejobs/configuration.rb', line 4 def batch_size @batch_size end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
4 5 6 |
# File 'lib/sidejobs/configuration.rb', line 4 def max_attempts @max_attempts end |
#sleep_delay ⇒ Object
Returns the value of attribute sleep_delay.
4 5 6 |
# File 'lib/sidejobs/configuration.rb', line 4 def sleep_delay @sleep_delay end |