Class: WDA::Point

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

Instance Attribute Summary collapse

Instance Attribute Details

#xObject

Returns the value of attribute x



26
27
28
# File 'lib/wda_lib.rb', line 26

def x
  @x
end

#yObject

Returns the value of attribute y



26
27
28
# File 'lib/wda_lib.rb', line 26

def y
  @y
end