Sha256: 4ee58324e3984368c0f0222bccb6779a7140d410413f6b43978d126f082b5da2
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 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 = config.type_registry.namespaced(:params) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dry-schema-1.0.3 | lib/dry/schema/params.rb |
dry-schema-1.0.2 | lib/dry/schema/params.rb |
dry-schema-1.0.1 | lib/dry/schema/params.rb |
dry-schema-1.0.0 | lib/dry/schema/params.rb |