class Spektrum::Log::Header
Represents a single header from the telemetry file.
Attributes
raw_data[R]
Public Class Methods
new(raw_data)
click to toggle source
Creates a new header.
@param [String] raw_data
string of data from the data file for this header
# File lib/spektrum/log/headers.rb, line 12 def initialize(raw_data) @raw_data = raw_data end