Exception: UffizziCore::Deployment::ImagePullError
- Inherits:
-
StandardError
- Object
- StandardError
- UffizziCore::Deployment::ImagePullError
- Defined in:
- app/errors/uffizzi_core/deployment/image_pull_error.rb
Instance Attribute Summary collapse
-
#deployment_id ⇒ Object
readonly
Returns the value of attribute deployment_id.
Instance Method Summary collapse
-
#initialize(deployment_id) ⇒ ImagePullError
constructor
A new instance of ImagePullError.
Constructor Details
#initialize(deployment_id) ⇒ ImagePullError
Returns a new instance of ImagePullError.
6 7 8 9 |
# File 'app/errors/uffizzi_core/deployment/image_pull_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/image_pull_error.rb', line 4 def deployment_id @deployment_id end |