Class: Spektrum::Log::Headers

Inherits:
Object
  • Object
show all
Defined in:
lib/spektrum/log/headers.rb

Overview

Helper class to create the correct type of header for the given data.

Class Method Summary collapse

Class Method Details

.create(raw_data) ⇒ Object



21
22
23
# File 'lib/spektrum/log/headers.rb', line 21

def self.create(raw_data)
  Header.new(raw_data)
end