Class: Alimento::List::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/alimento/fuente.rb

Overview

Estructura de nodo dentro de la lista.

Instance Attribute Summary collapse

Instance Attribute Details

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



55
56
57
# File 'lib/alimento/fuente.rb', line 55

def prev
  @prev
end

#sigteObject

Returns the value of attribute sigte

Returns:

  • (Object)

    the current value of sigte



55
56
57
# File 'lib/alimento/fuente.rb', line 55

def sigte
  @sigte
end

#valorObject

Returns the value of attribute valor

Returns:

  • (Object)

    the current value of valor



55
56
57
# File 'lib/alimento/fuente.rb', line 55

def valor
  @valor
end