Class: TerminalLayout::Position
- Inherits:
-
Struct
- Object
- Struct
- TerminalLayout::Position
- Defined in:
- lib/terminal_layout.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
9 10 11 |
# File 'lib/terminal_layout.rb', line 9 def x @x end |
#y ⇒ Object
Returns the value of attribute y
9 10 11 |
# File 'lib/terminal_layout.rb', line 9 def y @y end |