module Amazoned
Constants
- VERSION
Attributes
initial_network_retry_delay[R]
max_network_retry_delay[R]
Public Class Methods
max_network_retries()
click to toggle source
# File lib/amazoned.rb, line 18 def self.max_network_retries @max_network_retries end
max_network_retries=(val)
click to toggle source
# File lib/amazoned.rb, line 22 def self.max_network_retries=(val) @max_network_retries = val.to_i end