Class: Nodo

Inherits:
Struct
  • Object
show all
Defined in:
lib/prct11/lista.rb

Instance Attribute Summary collapse

Instance Attribute Details

#previoObject

Returns the value of attribute previo

Returns:

  • (Object)

    the current value of previo



1
2
3
# File 'lib/prct11/lista.rb', line 1

def previo
  @previo
end

#siguienteObject

Returns the value of attribute siguiente

Returns:

  • (Object)

    the current value of siguiente



1
2
3
# File 'lib/prct11/lista.rb', line 1

def siguiente
  @siguiente
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



1
2
3
# File 'lib/prct11/lista.rb', line 1

def value
  @value
end