Class: Sll::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/dieta/sll.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



5
6
7
# File 'lib/dieta/sll.rb', line 5

def next
  @next
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/dieta/sll.rb', line 5

def value
  @value
end