Exception: Fitting::Report::Responses::NotFound

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, log) ⇒ NotFound

Returns a new instance of NotFound.



9
10
11
12
# File 'lib/fitting/report/responses.rb', line 9

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



7
8
9
# File 'lib/fitting/report/responses.rb', line 7

def log
  @log
end