Method: Dry::Types::Hash#transform_types?

Defined in:
lib/dry/types/hash.rb

#transform_types?Boolean

Whether the type transforms types of schemas created by #schema

Returns:

  • (Boolean)


86
87
88
# File 'lib/dry/types/hash.rb', line 86

def transform_types?
  !options[:type_transform_fn].nil?
end