Method: TTY::Table::Header#attributes

Defined in:
lib/tty/table/header.rb

#attributesArray (readonly) Also known as: fields

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.

The header attributes

Returns:

  • (Array)


31
32
33
# File 'lib/tty/table/header.rb', line 31

def attributes
  @attributes
end