Class: TerminalLayout::Dimension
- Inherits:
-
Struct
- Object
- Struct
- TerminalLayout::Dimension
- Defined in:
- lib/terminal_layout.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
8 9 10 |
# File 'lib/terminal_layout.rb', line 8 def height @height end |
#width ⇒ Object
Returns the value of attribute width
8 9 10 |
# File 'lib/terminal_layout.rb', line 8 def width @width end |