Class: Dry::Schema::KeyMap Private
- Inherits:
-
Object
- Object
- Dry::Schema::KeyMap
- Defined in:
- lib/dry/validation/contract/class_interface.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
- #to_dot_notation ⇒ Object private
Instance Method Details
#to_dot_notation ⇒ Object
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.
32 33 34 |
# File 'lib/dry/validation/contract/class_interface.rb', line 32 def to_dot_notation @to_dot_notation ||= map(&:to_dot_notation).flatten end |