Class: Sidejobs::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sidejobs/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#batch_sizeObject

Returns the value of attribute batch_size.



4
5
6
# File 'lib/sidejobs/configuration.rb', line 4

def batch_size
  @batch_size
end

#max_attemptsObject

Returns the value of attribute max_attempts.



4
5
6
# File 'lib/sidejobs/configuration.rb', line 4

def max_attempts
  @max_attempts
end

#sleep_delayObject

Returns the value of attribute sleep_delay.



4
5
6
# File 'lib/sidejobs/configuration.rb', line 4

def sleep_delay
  @sleep_delay
end