The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mandel::Model::Field - Field meta object

DESCRIPTION

This class defines meta data for a field object.

ATTRIBUTES

builder

Returns a code-ref or method name for building the default value for this field or undef unless a builder was not defined.

name

Returns the name.

type_constraint

Returns the type specified as "isa" in the constructor.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org