Class: OneOff::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#executor_queueObject

Returns the value of attribute executor_queue.



5
6
7
# File 'lib/one_off/configuration.rb', line 5

def executor_queue
  @executor_queue
end

#executor_rescue_handlerObject

Returns the value of attribute executor_rescue_handler.



5
6
7
# File 'lib/one_off/configuration.rb', line 5

def executor_rescue_handler
  @executor_rescue_handler
end