Sha256: 9f3d73830cebec87ac3653667f7b1a803496bb74c9aefbb154beb64e2e2098fe
Contents?: true
Size: 224 Bytes
Versions: 99
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true module Primer module Forms # :nodoc: class ValidationMessage < BaseComponent attr_reader :input def initialize(input:) @input = input end end end end
Version data entries
99 entries across 99 versions & 2 rubygems