struct

Mangrullo::DisplayFormatter::TableOptions

Inherits Struct < Value < Object

Table formatting options

Constructors

new(max_name_width : Int32 = 25, max_image_width : Int32 = 40, max_status_width : Int32 = 15, max_reason_width : Int32 = 20, show_header : Bool = true, color : Bool = true, compact : Bool = false)
Source

Instance methods

color
Source
color=(color : Bool)
Source
compact
Source
compact=(compact : Bool)
Source
max_image_width
Source
max_image_width=(max_image_width : Int32)
Source
max_name_width
Source
max_name_width=(max_name_width : Int32)
Source
max_reason_width
Source
max_reason_width=(max_reason_width : Int32)
Source
max_status_width
Source
max_status_width=(max_status_width : Int32)
Source
show_header
Source
show_header=(show_header : Bool)
Source