Returns the value of attribute value
Returns:
the current value of value
4 5 6
# File 'lib/prct06/LinkedList.rb', line 4 def value @value end