Exception: MCollective::BackoffSuggestion
- Inherits:
-
StandardError
- Object
- StandardError
- MCollective::BackoffSuggestion
- Defined in:
- lib/mcollective/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#backoff ⇒ Object
readonly
Returns the value of attribute backoff.
Instance Method Summary collapse
-
#initialize(backoff = nil) ⇒ BackoffSuggestion
constructor
A new instance of BackoffSuggestion.
Constructor Details
#initialize(backoff = nil) ⇒ BackoffSuggestion
Returns a new instance of BackoffSuggestion.
22 23 24 25 |
# File 'lib/mcollective/exceptions.rb', line 22 def initialize(backoff=nil) @backoff = backoff super end |
Instance Attribute Details
#backoff ⇒ Object (readonly)
Returns the value of attribute backoff.
20 21 22 |
# File 'lib/mcollective/exceptions.rb', line 20 def backoff @backoff end |