# File lib/fog/softlayer/account.rb, line 54 def initialize(options={}) @softlayer_api_key = options[:softlayer_api_key] @softlayer_username = options[:softlayer_username] end