Class: NattyUI::Table::Attributes
- Inherits:
-
Attributes
- Object
- Attributes
- NattyUI::Table::Attributes
- Includes:
- Border, BorderStyle, Position
- Defined in:
- lib/natty-ui/table.rb
Instance Attribute Summary collapse
-
#border_around ⇒ true, false
Whether the table has a border around.
-
#max_width ⇒ Integer?
Maximum table width.
Instance Attribute Details
#border_around ⇒ true, false
Whether the table has a border around.
224 225 226 |
# File 'lib/natty-ui/table.rb', line 224 def border_around @border_around end |
#max_width ⇒ Integer?
Maximum table width.
234 235 236 |
# File 'lib/natty-ui/table.rb', line 234 def max_width @max_width end |