Exception: UffizziCore::DeploymentNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- UffizziCore::DeploymentNotFoundError
- Defined in:
- app/errors/uffizzi_core/deployment_not_found_error.rb
Instance Attribute Summary collapse
-
#deployment_id ⇒ Object
readonly
Returns the value of attribute deployment_id.
Instance Method Summary collapse
-
#initialize(deployment_id) ⇒ DeploymentNotFoundError
constructor
A new instance of DeploymentNotFoundError.
Constructor Details
#initialize(deployment_id) ⇒ DeploymentNotFoundError
Returns a new instance of DeploymentNotFoundError.
6 7 8 9 |
# File 'app/errors/uffizzi_core/deployment_not_found_error.rb', line 6 def initialize(deployment_id) super @deployment_id = deployment_id end |
Instance Attribute Details
#deployment_id ⇒ Object (readonly)
Returns the value of attribute deployment_id.
4 5 6 |
# File 'app/errors/uffizzi_core/deployment_not_found_error.rb', line 4 def deployment_id @deployment_id end |