Class: Dry::Schema::Key Private

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

Overview

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.

TODO: this should be moved to dry-schema at some point

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.



25
26
27
# File 'lib/dry/validation/schema_ext.rb', line 25

def to_dot_notation
  [name.to_s]
end