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

Defined in:
lib/serega/plugins/batch/lib/modules/config.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:



17
18
19
# File 'lib/serega/plugins/batch/lib/modules/config.rb', line 17

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