Finish up POD for Definition::Role::Object
This commit is contained in:
parent
19b784cd95
commit
812c2e4c37
1 changed files with 4 additions and 4 deletions
|
|
@ -117,13 +117,13 @@ sub update {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getProperty ( dataSpec )
|
||||
=head2 getProperty ( $name )
|
||||
|
||||
Returns a list of all properties of the object, as set by the Definition.
|
||||
Returns the requested property, which will be a subclass of Moose::Meta::Attribute.
|
||||
|
||||
=head3 dataSpec
|
||||
=head3 $name
|
||||
|
||||
See L<set>.
|
||||
The name of the property to return.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue