projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78c9c76
)
Attributes don't really have access control, just mutable or not
Dave Rolsky [Fri, 11 Sep 2009 20:34:32 +0000 (15:34 -0500)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
992d256
..
09cec1e
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-126,7
+126,7
@@
img#me05 {top: 43px;left: 36px;}
<li>
Attributes have ...
<ul>
- <li>Access-control (read-only vs read-write)</li>
+ <li>Mutability (read-only vs read-write)</li>
<li>An optional type</li>
<li>Accessor methods</li>
<li>Delegation methods</li>