class MCollective::BackoffSuggestion

Attributes

backoff[R]

Public Class Methods

new(backoff = nil) click to toggle source
   # File lib/mcollective/exceptions.rb
15 def initialize(backoff = nil)
16   @backoff = backoff
17 end