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