Sha256: 4e0afec19f8d85b30798fc1eb4bd9093851203f62751b14c6bbbbeac9ce06175
Contents?: true
Size: 366 Bytes
Versions: 23
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true require "dry/schema/processor" module Dry module Schema # Params schema type # # @see Processor # @see Schema#Params # # @api public class Params < Processor config.key_map_type = :stringified config.type_registry_namespace = :params config.filter_empty_string = true end end end
Version data entries
23 entries across 23 versions & 1 rubygems