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.



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

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.



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

def ok_to_retry
  @ok_to_retry
end