Exception: Bosh::Clouds::RetriableCloudError

Inherits:
CloudError
  • Object
show all
Defined in:
lib/cloud/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ok_to_retry) ⇒ RetriableCloudError

Returns a new instance of RetriableCloudError.



13
14
15
# File 'lib/cloud/errors.rb', line 13

def initialize(ok_to_retry)
  @ok_to_retry = ok_to_retry
end

Instance Attribute Details

#ok_to_retryObject

Returns the value of attribute ok_to_retry.



11
12
13
# File 'lib/cloud/errors.rb', line 11

def ok_to_retry
  @ok_to_retry
end