Sha256: e85198f5583b9f42cdc9cf202d823c6e36658776bbc6cb87766f44cd940ea3bf
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
module Attractor class RegistryEntry attr_reader :type, :detector_class, :calculator_class def initialize(type:, detector_class:, calculator_class:) @type = type @detector_class = detector_class @calculator_class = calculator_class end end end
Version data entries
6 entries across 6 versions & 1 rubygems