class SauceWhisk::Storage
def initialize opts={}
def initialize opts={} @username = opts.fetch :username, ENV['SAUCE_USERNAME'] @key = opts.fetch :key, ENV['SAUCE_ACCESS_KEY'] @url = "https://#{@username}:#{@key}@saucelabs.com/rest/v1/storage/#{@username}" @debug = opts.fetch :debug, false end