A field used in the context of a specific schema instance.
Constructors
new(schema : Schema, field : Field::Base)
SourceInstance methods
errored?
Returns true if the field is errored.
Sourceerrors
Returns the validation errors associated with the considered field.
Sourcefield
Returns the associated field definition.
Sourceid(*args, **options)
Returns the field identifier.
Sourceid(*args, **options, &)
Returns the field identifier.
Sourcerequired?(*args, **options)
Returns true if the field is required.
Sourcerequired?(*args, **options, &)
Returns true if the field is required.
Sourceschema
Returns the associated schema instance.
Source