Exception: Scimaenaga::ExceptionHandler::ResourceNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
app/controllers/concerns/scimaenaga/exception_handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ ResourceNotFound

Returns a new instance of ResourceNotFound.



31
32
33
34
# File 'app/controllers/concerns/scimaenaga/exception_handler.rb', line 31

def initialize(id)
  super
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



29
30
31
# File 'app/controllers/concerns/scimaenaga/exception_handler.rb', line 29

def id
  @id
end