class MCollective::BackoffSuggestion
Attributes
backoff[R]
Public Class Methods
new(backoff = nil)
click to toggle source
# File lib/mcollective/exceptions.rb, line 15 def initialize(backoff = nil) @backoff = backoff end