Class: Tree::TreeNode
- Inherits:
-
Object
- Object
- Tree::TreeNode
- Defined in:
- lib/de/de.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
277 278 279 |
# File 'lib/de/de.rb', line 277 def name @name end |