Method: Fitting::Log#initialize

Defined in:
lib/fitting/log.rb

#initialize(log, type) ⇒ Log

Returns a new instance of Log.



3
4
5
6
7
8
# File 'lib/fitting/log.rb', line 3

def initialize(log, type)
  @log = log
  @type = type
  @error = nil
  @skip = false
end