Class: Textbringer::Window::Cursor
- Inherits:
-
Struct
- Object
- Struct
- Textbringer::Window::Cursor
- Defined in:
- lib/textbringer/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
6 7 8 |
# File 'lib/textbringer/window.rb', line 6 def x @x end |
#y ⇒ Object
Returns the value of attribute y
6 7 8 |
# File 'lib/textbringer/window.rb', line 6 def y @y end |