Class: Dry::Schema::Hint Private

Inherits:
Message show all
Defined in:
lib/dry/schema/extensions/hints.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.

A hint message sub-type

Instance Attribute Summary

Attributes inherited from Message

#args, #input, #meta, #path, #predicate, #text

Instance Method Summary collapse

Methods inherited from Message

#<=>, #_path, #dump, #eql?, #to_h, #to_or

Instance Method Details

#hint?Boolean

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.

Returns:

  • (Boolean)


48
49
50
# File 'lib/dry/schema/extensions/hints.rb', line 48

def hint?
  true
end