Class: Dry::Schema::KeyMap Private

Inherits:
Object
  • Object
show all
Defined in:
lib/dry/validation/schema_ext.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#to_dot_notationObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



41
42
43
# File 'lib/dry/validation/schema_ext.rb', line 41

def to_dot_notation
  @to_dot_notation ||= map(&:to_dot_notation).flatten
end