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:
commit
a11b819f28
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue