Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document Attribute.type
  • Loading branch information
moritz committed Sep 19, 2015
1 parent 2fda12d commit 99aef50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Type/Attribute.pod
Expand Up @@ -58,6 +58,12 @@ Returns C<True> if the attribute has a public accessor method.
Returns C<True> for readonly attributes, which is the default.
Returns C<False> for attributes marked as C<is rw>.
=head2 method type
method type(Attribute:D:) returns Mu
Returns the type constraint of the attribute.
=head2 method get_value
method get_value(Attribute:D: Mu $instance)
Expand Down

0 comments on commit 99aef50

Please sign in to comment.