Class: Alimento::List::Node
- Inherits:
-
Struct
- Object
- Struct
- Alimento::List::Node
- Defined in:
- lib/alimento/fuente.rb
Overview
Estructura de nodo dentro de la lista.
Instance Attribute Summary collapse
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#sigte ⇒ Object
Returns the value of attribute sigte.
-
#valor ⇒ Object
Returns the value of attribute valor.
Instance Attribute Details
#prev ⇒ Object
Returns the value of attribute prev
55 56 57 |
# File 'lib/alimento/fuente.rb', line 55 def prev @prev end |
#sigte ⇒ Object
Returns the value of attribute sigte
55 56 57 |
# File 'lib/alimento/fuente.rb', line 55 def sigte @sigte end |
#valor ⇒ Object
Returns the value of attribute valor
55 56 57 |
# File 'lib/alimento/fuente.rb', line 55 def valor @valor end |