Finish up POD for Definition::Role::Object

This commit is contained in:
Colin Kuskie 2009-12-10 19:46:14 -08:00
parent 19b784cd95
commit 812c2e4c37

View file

@ -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