Exception: UffizziCore::Deployment::ImagePullError

Inherits:
StandardError
  • Object
show all
Defined in:
app/errors/uffizzi_core/deployment/image_pull_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_idObject (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