From 812c2e4c372fedf424d3b49581b62a9b6c7327c7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 10 Dec 2009 19:46:14 -0800 Subject: [PATCH] Finish up POD for Definition::Role::Object --- lib/WebGUI/Definition/Role/Object.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Definition/Role/Object.pm b/lib/WebGUI/Definition/Role/Object.pm index a921ba31a..7620dec94 100644 --- a/lib/WebGUI/Definition/Role/Object.pm +++ b/lib/WebGUI/Definition/Role/Object.pm @@ -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. +The name of the property to return. =cut