Returns the value of attribute x.
Returns the value of attribute y.
Returns the value of attribute x
Returns:
the current value of x
3 4 5
# File 'opal/browser/utils.rb', line 3 def x @x end
Returns the value of attribute y
the current value of y
# File 'opal/browser/utils.rb', line 3 def y @y end