From: Dave Rolsky Date: Thu, 21 Aug 2008 15:01:32 +0000 (+0000) Subject: Document get_all_attributes method X-Git-Tag: 0.64_02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0202ee968e267631687bdeb1f39f74b8ccdc81d4;p=gitmo%2FClass-MOP.git Document get_all_attributes method --- diff --git a/lib/Class/MOP/Instance.pm b/lib/Class/MOP/Instance.pm index 749bbc6..77f74c9 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -305,6 +305,12 @@ superclass changes. Defaults to false. +=item B + +This will return the current list of attributes (as +Class::MOP::Attribute objects) based on what was given to this object +in C. + =back =head2 Operations on Instance Structures