Sha256: d59c9f9e0ad34c03945346777c3a875226f42f3d774a0b23c7f571dd069159b2
Contents?: true
Size: 207 Bytes
Versions: 8
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true class Core::Entities::Error < Dry::Struct attribute :attribute, Types::Strict::String attribute :type, Types::Strict::String attribute :options, Types::Hash.optional end
Version data entries
8 entries across 8 versions & 1 rubygems