Class: Dry::Schema::Key Private
- Inherits:
-
Object
- Object
- Dry::Schema::Key
- 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
Defined Under Namespace
Classes: Hash
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.
16 17 18 |
# File 'lib/dry/validation/contract/class_interface.rb', line 16 def to_dot_notation [name.to_s] end |