Module: Serega::SeregaPlugins::Batch::ConfigInstanceMethods
- Defined in:
- lib/serega/plugins/batch/batch.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
224 225 226 |
# File 'lib/serega/plugins/batch/batch.rb', line 224 def batch @batch ||= BatchConfig.new(opts.fetch(:batch)) end |