Module: AndSon::CallRunner::SummaryLine
- Defined in:
- lib/and-son/call_runner.rb
Class Method Summary collapse
Class Method Details
.new(line_attrs) ⇒ Object
128 129 130 131 |
# File 'lib/and-son/call_runner.rb', line 128 def self.new(line_attrs) attr_keys = %w{time status host service params} attr_keys.map{ |k| "#{k}=#{line_attrs[k].inspect}" }.join(' ') end |