Class: Node

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

Overview

clase que representa la lista enlazada

Instance Attribute Summary collapse

Instance Attribute Details

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



2
3
4
# File 'lib/refbiblio_alu0100505078/lista.rb', line 2

def before
  @before
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



2
3
4
# File 'lib/refbiblio_alu0100505078/lista.rb', line 2

def next
  @next
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/refbiblio_alu0100505078/lista.rb', line 2

def value
  @value
end