Sha256: 6d4fb662d2bdecc66682b75ac3ac53a2f4e58d4cf685432c3e874585493b0ef2
Contents?: true
Size: 384 Bytes
Versions: 22
Compression:
Stored size: 384 Bytes
Contents
json.start @start_at.try!(:strftime, '%Y-%m-%d %H:%M:%S') json.end @end_at.strftime('%Y-%m-%d %H:%M:%S') json.data do json.array! @logs do |log| json.x log.created_at.strftime('%Y-%m-%d %H:%M:%S') json.y log.execution_minutes json.label do json.content log.execution_minutes json.className 'vis-graph-label' end json.group 'execution-time' end end
Version data entries
22 entries across 22 versions & 1 rubygems