class Spektrum::Log::MysteryRecord
Public Class Methods
new(timestamp, raw_data)
click to toggle source
Calls superclass method
Spektrum::Log::Record::new
# File lib/spektrum/log/records.rb, line 353 def initialize(timestamp, raw_data) super timestamp, raw_data end