projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0b5d46d
)
Document get_all_attributes method
Dave Rolsky [Thu, 21 Aug 2008 15:01:32 +0000 (15:01 +0000)]
lib/Class/MOP/Instance.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Instance.pm
b/lib/Class/MOP/Instance.pm
index
749bbc6
..
77f74c9
100644
(file)
--- a/
lib/Class/MOP/Instance.pm
+++ b/
lib/Class/MOP/Instance.pm
@@
-305,6
+305,12
@@
superclass changes.
Defaults to false.
+=item B<get_all_attributes>
+
+This will return the current list of attributes (as
+Class::MOP::Attribute objects) based on what was given to this object
+in C<new>.
+
=back
=head2 Operations on Instance Structures