From 406ad4455d347a3dac06cb6054ca23489989afe0 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 14 Jan 2014 09:13:53 +0100 Subject: [PATCH] [google] Expose Google API client, compute and api_url for easier debugging --- lib/fog/google/compute.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fog/google/compute.rb b/lib/fog/google/compute.rb index 2922ed422..2c0612e5b 100644 --- a/lib/fog/google/compute.rb +++ b/lib/fog/google/compute.rb @@ -836,6 +836,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'