class BatchRequestApi::Configuration

Attributes

batch_parallel_paths[RW]
batch_sequential_paths[RW]

Public Class Methods

new() click to toggle source
# File lib/batch_request_api/configuration.rb, line 16
def initialize
  self.batch_sequential_paths = ['/api/v1/batch_sequential']
  self.batch_parallel_paths = ['/api/v1/batch_parallel']
end