Sha256: 5974fccb636d2c748dcd5ea79ff99678e9dc1d46f02fff31ca651359fab5e439
Contents?: true
Size: 292 Bytes
Versions: 48
Compression:
Stored size: 292 Bytes
Contents
class TemplateInvocationEvent < ::ApplicationRecord belongs_to :template_invocation def as_raw_continuous_output raw = attributes raw['output_type'] = raw.delete('event_type') raw['output'] = raw.delete('event') raw['timestamp'] = raw['timestamp'].to_f raw end end
Version data entries
48 entries across 48 versions & 1 rubygems