Sha256: ae58447674756587a5ab6a1cc206a0539d3366d2000fc1ab34ea8e35aad76795
Contents?: true
Size: 203 Bytes
Versions: 45
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module Karafka module Core module Contractable # Representation of a single validation rule Rule = Struct.new(:path, :type, :validator) end end end
Version data entries
45 entries across 45 versions & 1 rubygems