Base
Creates a new instance of the storage object
# File lib/backup/storage/cloudfiles.rb, line 25 def initialize(model, storage_id = nil, &block) super(model, storage_id) @servicenet ||= false @path ||= 'backups' instance_eval(&block) if block_given? end
Generated with the Darkfish Rdoc Generator 2.