# File lib/fog/brightbox/compute.rb, line 106 def initialize(options) @brightbox_client_id = options[:brightbox_client_id] || Fog.credentials[:brightbox_client_id] @brightbox_secret = options[:brightbox_secret] || Fog.credentials[:brightbox_secret] end
# File lib/fog/brightbox/compute.rb, line 111 def request(options) raise "Not implemented" end