Module: ParallelBatchApi::Configuration

Included in:
ParallelBatchApi
Defined in:
lib/parallel_batch_api/configuration.rb

Constant Summary collapse

OPTIONS =
%i(
  batch_path
  thread
).freeze

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/parallel_batch_api/configuration.rb', line 10

def configure
  yield self
end