Scroll to navigation

UR::Role::Instance(3pm) User Contributed Perl Documentation UR::Role::Instance(3pm)

NAME

UR::Role::Instance - Represents a role composed with a class with a set of params

DESCRIPTION

When a class composes one or more roles, the role names given in the class description are converted to UR::Role::Instance objects as the class is constructed. These are returned by the class' "roles()" method.

Methods

Returns the name of the role
Returns the name of the class composing the role
Returns a hashref of role params used when the class composed the role

SEE ALSO

UR::Role, UR::Role::Prototype

2019-01-02 perl v5.28.1