Class: NattyUI::Table::Cell::Attributes
- Inherits:
-
Attributes
- Object
- Attributes
- NattyUI::Table::Cell::Attributes
- Includes:
- Align, Padding, Style, Vertical, Width
- Defined in:
- lib/natty-ui/table.rb
Instance Attribute Summary collapse
-
#eol ⇒ true, false
Whether the text's line breaks are processed.
Instance Attribute Details
#eol ⇒ true, false
Whether the text's line breaks are processed.
194 195 196 |
# File 'lib/natty-ui/table.rb', line 194 def eol @eol end |