Method: CommandKit::Printing::Tables::TableBuilder#header

Defined in:
lib/command_kit/printing/tables/table_builder.rb

#headerBoolean (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Indicates whether the table has a header row.

Returns:

Since:

  • 0.4.0

API:

  • private



25
26
27
# File 'lib/command_kit/printing/tables/table_builder.rb', line 25

def header
  @header
end