module Qs::PayloadHandler::JobSummaryLine
Constants
- ORDERED_KEYS
Public Class Methods
new(job, line_attrs)
click to toggle source
# File lib/qs/payload_handler.rb, line 154 def self.new(job, line_attrs) SummaryLine.new(ORDERED_KEYS, line_attrs.merge('job' => job.route_name)) end