Class: Nodo
- Inherits:
-
Struct
- Object
- Struct
- Nodo
- Defined in:
- lib/menud/lista.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
9 10 11 |
# File 'lib/menud/lista.rb', line 9 def next @next end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/menud/lista.rb', line 9 def value @value end |