lib/google/api_client/auth/storage.rb in google-api-client-0.8.3 vs lib/google/api_client/auth/storage.rb in google-api-client-0.8.4

- old
+ new

@@ -36,9 +36,10 @@ # Initializes the Storage object. # # @params [Object] Storage object def initialize(store) @store= store + @authorization = nil end ## # Write the credentials to the specified store. #