Class: NattyUI::Table::Cell::Attributes

Inherits:
Attributes
  • Object
show all
Includes:
Align, Padding, Style, Vertical, Width
Defined in:
lib/natty-ui/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eoltrue, false

Whether the text's line breaks are processed.

Returns:

  • (true, false)


194
195
196
# File 'lib/natty-ui/table.rb', line 194

def eol
  @eol
end