struct Interro::Validations::Error
- Interro::Validations::Error
- Struct
- Value
- Object
Overview
Represents a validation error. Can be rendered directly to a template.
Defined in:
validations.crConstructors
Instance Method Summary
- #==(value : String)
- #attribute : String
- #clone
- #copy_with(attribute _attribute = @attribute, message _message = @message)
- #message : String
-
#to_s(io : IO)
Same as
#inspect(io)
.