Class: Listaa::Nodo
- Inherits:
-
Struct
- Object
- Struct
- Listaa::Nodo
- Defined in:
- lib/Lista/Lista.rb
Instance Attribute Summary (collapse)
-
- (Object) next
Returns the value of attribute next.
-
- (Object) prev
Returns the value of attribute prev.
-
- (Object) value
Returns the value of attribute value.
Instance Attribute Details
- (Object) next
Returns the value of attribute next
3 4 5 |
# File 'lib/Lista/Lista.rb', line 3 def next @next end |
- (Object) prev
Returns the value of attribute prev
3 4 5 |
# File 'lib/Lista/Lista.rb', line 3 def prev @prev end |
- (Object) value
Returns the value of attribute value
3 4 5 |
# File 'lib/Lista/Lista.rb', line 3 def value @value end |