Exception: Fitting::Report::Actions::NotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/fitting/report/actions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, log) ⇒ NotFound

Returns a new instance of NotFound.



10
11
12
13
# File 'lib/fitting/report/actions.rb', line 10

def initialize(msg, log)
  @log = log
  super(msg)
end

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



8
9
10
# File 'lib/fitting/report/actions.rb', line 8

def log
  @log
end