Method: Eclair::Instance#header
- Defined in:
- lib/eclair/instance.rb
#header ⇒ Object
137 138 139 140 141 |
# File 'lib/eclair/instance.rb', line 137 def header ["#{name} (#{instance_id}) [#{state[:name]}] #{hostname}", "launched at #{launch_time.to_time}", "#{digest_routes}"] end |