Class: Dry::Schema::Key Private

Inherits:
Object
  • Object
show all
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.

Direct Known Subclasses

Hash

Defined Under Namespace

Classes: Hash

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.



16
17
18
# File 'lib/dry/validation/contract/class_interface.rb', line 16

def to_dot_notation
  [name.to_s]
end