Method: Vedeu::Point#value

Defined in:
lib/vedeu/support/point.rb

#valueFixnum (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Fixnum)


18
19
20
# File 'lib/vedeu/support/point.rb', line 18

def value
  @value
end