Abstract::Meta::Attribute::Method - Method generator.
Generates methods for attribute's definition.
use Abstract::Meta::Class ':all'; has '$.attr1' => (default => 0);
Associate current object reference to the the other end associated class.
TODO
Deassociates assoication values
Returns code reference.
Sets value for attribute
Returns value for attribute
Return object's attribute value
Sets for passed in object attribue's value
Deletes passed in object's attribute
Abstract::Meta::Attribute.
The Abstract::Meta::Attribute::Method module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
Adrian Witas, adrian@webapp.strefa.pl
To install Abstract::Meta::Class, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Abstract::Meta::Class
CPAN shell
perl -MCPAN -e shell install Abstract::Meta::Class
For more information on module installation, please visit the detailed CPAN module installation guide.