Parent

Files

RightAws::AWSErrorHandler

Constants

DEFAULT_CLOSE_ON_4XX_PROBABILITY

0-100 (%)

Public Class Methods

close_on_4xx_probability() click to toggle source
# File lib/awsbase/right_awsbase.rb, line 1003
def self.close_on_4xx_probability 
  @@close_on_4xx_probability 
end
close_on_4xx_probability=(close_on_4xx_probability) click to toggle source
# File lib/awsbase/right_awsbase.rb, line 1006
def self.close_on_4xx_probability=(close_on_4xx_probability) 
  @@close_on_4xx_probability = close_on_4xx_probability 
end
close_on_error() click to toggle source
# File lib/awsbase/right_awsbase.rb, line 995
def self.close_on_error 
  @@close_on_error 
end
close_on_error=(close_on_error) click to toggle source
# File lib/awsbase/right_awsbase.rb, line 998
def self.close_on_error=(close_on_error) 
  @@close_on_error = close_on_error 
end
reiteration_start_delay() click to toggle source
# File lib/awsbase/right_awsbase.rb, line 979
def self.reiteration_start_delay
  @@reiteration_start_delay
end
reiteration_start_delay=(reiteration_start_delay) click to toggle source
# File lib/awsbase/right_awsbase.rb, line 982
def self.reiteration_start_delay=(reiteration_start_delay)
  @@reiteration_start_delay = reiteration_start_delay
end
reiteration_time() click to toggle source
# File lib/awsbase/right_awsbase.rb, line 987
def self.reiteration_time
  @@reiteration_time
end
reiteration_time=(reiteration_time) click to toggle source
# File lib/awsbase/right_awsbase.rb, line 990
def self.reiteration_time=(reiteration_time)
  @@reiteration_time = reiteration_time
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.