Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::CloudIO::Base

Attributes

max_retries[R]
retry_waitsec[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/backup/cloud_io/base.rb, line 10
def initialize(options = {})
  @max_retries    = options[:max_retries]
  @retry_waitsec  = options[:retry_waitsec]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.