Exception: Scimaenaga::ExceptionHandler::ResourceNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Scimaenaga::ExceptionHandler::ResourceNotFound
- Defined in:
- app/controllers/concerns/scimaenaga/exception_handler.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ ResourceNotFound
constructor
A new instance of ResourceNotFound.
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
#id ⇒ Object (readonly)
Returns the value of attribute id.
29 30 31 |
# File 'app/controllers/concerns/scimaenaga/exception_handler.rb', line 29 def id @id end |