class MCollective::BackoffSuggestion

Attributes

backoff[R]

Public Class Methods

new(backoff = nil) click to toggle source
# File lib/mcollective/exceptions.rb, line 14
def initialize(backoff = nil)
  @backoff = backoff
end