logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::AttributeShortcuts::Trait::Role::Attribute - Role attribute trait to create builder method

After Method Modifiers

attach_to_role
       If we have an inline builder defined in our role options, install it as a method.

Around Method Modifiers

new
       If we have an inline builder defined in our role options, swizzle our options such that "builder" becomes
       the builder method name, and "anon_builder" is the anonymous sub.

Author

       Chris Weyl <cweyl@alumni.drew.edu>

Bugs

       Please     report     any     bugs     or     feature     requests     on    the    bugtracker    website
       <https://github.com/RsrchBoy/moosex-attributeshortcuts/issues>

       When submitting a bug or request, please include a test-file or a patch to  an  existing  test-file  that
       illustrates the bug or desired feature.

Description

       Normally, attribute options processing takes place at the time an attribute is created and attached to a
       class, either by virtue of a "has" statement in a class definition or when a role is applied to a class.

       This is not an optimal approach for inline builder methods.

       This is a role attribute trait, to create builder methods when role attributes are created, so that they
       can be aliased, excluded, etc, like any other role method.

Methods

builder_method_metaclass()
       Returns the metaclass we'll use to install a inline builder.

Name

       MooseX::AttributeShortcuts::Trait::Role::Attribute - Role attribute trait to create builder method

Role Parameters

       Parameterized roles accept parameters that influence their construction.  This role accepts the following
       parameters.

   builder_prefix

See Also

       Please see those modules/websites for more information related to this module.

       •   MooseX::AttributeShortcuts

Version

       This document describes version 0.037 of MooseX::AttributeShortcuts::Trait::Role::Attribute - released
       November 20, 2017 as part of MooseX-AttributeShortcuts.

See Also