Base
Instantiates a new Cloud::S3 Syncer.
Pre-configured defaults specified in Configuration::Syncer::Cloud::S3 are set via a super() call to Cloud::Base, which in turn will invoke Syncer::Base.
Once pre-configured defaults and Cloud specific defaults are set, the block from the user's configuration file is evaluated.
# File lib/backup/syncer/cloud/s3.rb, line 29 def initialize(&block) super instance_eval(&block) if block_given? @path = path.sub(/^\//, '') end
Generated with the Darkfish Rdoc Generator 2.