Sha256: b59c896fbda8137534281828d04f7a55149308311fb039e604658fd05516d308
Contents?: true
Size: 553 Bytes
Versions: 11
Compression:
Stored size: 553 Bytes
Contents
# frozen_string_literal: true class Serega module SeregaPlugins module Batch # # Config class additional/patched instance methods # # @see Serega::SeregaConfig # module ConfigInstanceMethods # # Returns all batch loaders registered for current serializer # # @return [Serega::SeregaPlugins::Batch::BatchConfig] configuration for batch loaded attributes # def batch @batch ||= BatchConfig.new(opts.fetch(:batch)) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems