Module: Serega::SeregaPlugins::Batch::ConfigInstanceMethods
- Defined in:
- lib/serega/plugins/batch/batch.rb
Instance Method Summary collapse
Instance Method Details
#batch_loaders ⇒ Object
109 110 111 |
# File 'lib/serega/plugins/batch/batch.rb', line 109 def batch_loaders @batch_loaders ||= BatchLoadersConfig.new(opts.fetch(:batch).fetch(:loaders)) end |