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.
15 16 17 |
# File 'lib/mcollective/exceptions.rb', line 15 def initialize(backoff = nil) @backoff = backoff end |
Instance Attribute Details
#backoff ⇒ Object (readonly)
Returns the value of attribute backoff.
13 14 15 |
# File 'lib/mcollective/exceptions.rb', line 13 def backoff @backoff end |