Exception: MCollective::BackoffSuggestion

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mcollective/exceptions.rb

Direct Known Subclasses

MessageNotReceived, UnexpectedMessageType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#backoffObject (readonly)

Returns the value of attribute backoff.



13
14
15
# File 'lib/mcollective/exceptions.rb', line 13

def backoff
  @backoff
end