Method: NattyUI::Features::Table::Cell#value

Defined in:
lib/natty-ui/wrapper/table.rb

#valueString?

Returns text value of the cell.

Returns:

  • (String, nil)

    text value of the cell



317
318
319
# File 'lib/natty-ui/wrapper/table.rb', line 317

def value
  @value
end