struct

Ralph::Schema::ValidationResult

Inherits Struct / Value / Object

Result of validating a single model against database schema

Constructors

new(model_name : String, table_name : String, errors : Array(String) = [] of String, warnings : Array(String) = [] of String)
Source

Instance methods

errors
Source
model_name
Source
table_name
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source
valid?
Source
warnings
Source