Class: Lista::Lista::Node
- Inherits:
-
Struct
- Object
- Struct
- Lista::Lista::Node
- Defined in:
- lib/alimento/fuente.rb
Instance Attribute Summary collapse
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#next ⇒ Object
Returns the value of attribute next
299 300 301 |
# File 'lib/alimento/fuente.rb', line 299 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
299 300 301 |
# File 'lib/alimento/fuente.rb', line 299 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
299 300 301 |
# File 'lib/alimento/fuente.rb', line 299 def value @value end |