1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2573 from maestrodev/google-debug

[google] Expose Google API client, compute and api_url for easier debugging
This commit is contained in:
Wesley Beary 2014-01-14 07:03:56 -08:00
commit a11b819f28

View file

@ -841,6 +841,8 @@ module Fog
include Collections
include Shared
attr_reader :client, :compute, :api_url
def initialize(options)
base_url = 'https://www.googleapis.com/compute/'
api_scope_url = 'https://www.googleapis.com/auth/compute'