README
FormObject
AbstractForm
ClassMethods
Base
BaseError
Coercer
Context
ContextCollection
IContext
Any
Mapping
Module
NotAssignedError
SkipException
TypeCastError
class
FormObject::TypeCastError
FormObject::TypeCastError
FormObject::BaseError
Exception
Reference
Object
Defined in:
form_object/exceptions.cr
Constructors
.new
(value, name, source, target)
Instance Method Summary
#name
: String
#source
: String
#target
: String
Constructor Detail
def self.
new
(value, name, source, target)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
source
: String
#
[
View source
]
def
target
: String
#
[
View source
]