Sha256: 4cd28dd844604efad003b0a994a586978c769abebfd367f7a7afb1dc5e72e7dd

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true

class Serega
  module SeregaPlugins
    module Batch
      #
      # Serega::SeregaPlanPoint additional/patched class methods
      #
      # @see SeregaAttribute
      #
      module PlanPointInstanceMethods
        #
        # Returns attribute :batch option with prepared loader
        # @return [Hash] attribute :batch option
        #
        def batch
          attribute.batch
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
serega-0.21.0 lib/serega/plugins/batch/lib/modules/plan_point.rb
serega-0.20.1 lib/serega/plugins/batch/lib/modules/plan_point.rb
serega-0.20.0 lib/serega/plugins/batch/lib/modules/plan_point.rb
serega-0.19.0 lib/serega/plugins/batch/lib/modules/plan_point.rb
serega-0.18.0 lib/serega/plugins/batch/lib/modules/plan_point.rb