Class: TerminalLayout::Dimension

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



8
9
10
# File 'lib/terminal_layout.rb', line 8

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



8
9
10
# File 'lib/terminal_layout.rb', line 8

def width
  @width
end