using the path= method on initialize

This commit is contained in:
Volker Zöpfel 2013-11-14 08:32:47 +01:00
parent 10a337b807
commit bbb24a5d2e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Google
# @param [String] path
# Path to the credentials file.
def initialize(path)
@path = path
self.path= path
self.load_credentials
end