# File lib/fog/softlayer/storage.rb, line 61 def initialize(options={}) @softlayer_api_key = options[:softlayer_api_key] @softlayer_username = options[:softlayer_username] validate_username! @softlayer_username @path = '/v1/AUTH_1234' @containers = {} end