Method: CapGCE::StatusTable#header_row
- Defined in:
- lib/cap-gce/status-table.rb
#header_row ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/cap-gce/status-table.rb', line 10 def header_row [ bold('Num'), bold('Name'), bold('ID'), bold('Type'), bold('IP'), bold('Zone'), bold('Roles'), bold('Stages') ] end |