Class: Sll::Node
- Inherits:
-
Struct
- Object
- Struct
- Sll::Node
- Defined in:
- lib/dieta/sll.rb
Instance Attribute Summary collapse
-
#next ⇒ Object
Returns the value of attribute next.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#next ⇒ Object
Returns the value of attribute next
5 6 7 |
# File 'lib/dieta/sll.rb', line 5 def next @next end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/dieta/sll.rb', line 5 def value @value end |