Class: Dare::Coordinates
- Inherits:
-
Struct
- Object
- Struct
- Dare::Coordinates
- Defined in:
- lib/dare/window.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
177 178 179 |
# File 'lib/dare/window.rb', line 177 def x @x end |
#y ⇒ Object
Returns the value of attribute y
177 178 179 |
# File 'lib/dare/window.rb', line 177 def y @y end |