Class: Node

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

Instance Attribute Summary collapse

Instance Attribute Details

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



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

def next
  @next
end

#previusObject

Returns the value of attribute previus

Returns:

  • (Object)

    the current value of previus



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

def previus
  @previus
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end