Module: Serega::SeregaPlugins::Batch::ConfigInstanceMethods

Defined in:
lib/serega/plugins/batch/batch.rb

Overview

Config class additional/patched instance methods

Instance Method Summary collapse

Instance Method Details

#batchSerega::SeregaPlugins::Batch::BatchConfig

Returns all batch loaders registered for current serializer

Returns:



224
225
226
# File 'lib/serega/plugins/batch/batch.rb', line 224

def batch
  @batch ||= BatchConfig.new(opts.fetch(:batch))
end