Class: Lista::Node
- Inherits:
-
Struct
- Object
- Struct
- Lista::Node
- Defined in:
- lib/nodelist/list.rb
Instance Attribute Summary (collapse)
-
- (Object) father
Returns the value of attribute father.
-
- (Object) next
Returns the value of attribute next.
-
- (Object) value
Returns the value of attribute value.
Instance Attribute Details
- (Object) father
Returns the value of attribute father
5 6 7 |
# File 'lib/nodelist/list.rb', line 5 def father @father end |
- (Object) next
Returns the value of attribute next
5 6 7 |
# File 'lib/nodelist/list.rb', line 5 def next @next end |
- (Object) value
Returns the value of attribute value
5 6 7 |
# File 'lib/nodelist/list.rb', line 5 def value @value end |