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:



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

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