Class: NattyUI::Table::Attributes

Inherits:
Attributes show all
Includes:
Border, BorderStyle, Position
Defined in:
lib/natty-ui/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#border_aroundtrue, false

Whether the table has a border around.

Returns:

  • (true, false)


224
225
226
# File 'lib/natty-ui/table.rb', line 224

def border_around
  @border_around
end

#max_widthInteger?

Maximum table width.

Returns:

  • (Integer, nil)


234
235
236
# File 'lib/natty-ui/table.rb', line 234

def max_width
  @max_width
end