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
-
#batch ⇒ Serega::SeregaPlugins::Batch::BatchConfig
Returns all batch loaders registered for current serializer.
Instance Method Details
#batch ⇒ Serega::SeregaPlugins::Batch::BatchConfig
Returns all batch loaders registered for current serializer
17 18 19 |
# File 'lib/serega/plugins/batch/lib/modules/config.rb', line 17 def batch @batch ||= BatchConfig.new(opts.fetch(:batch)) end |