Sha256: 0742cd571791464305dbd5119590a6f018fe3e23f4d5f316faa5a562c6fe3da6
Contents?: true
Size: 334 Bytes
Versions: 10
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true 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
10 entries across 10 versions & 1 rubygems