using the path= method on initialize
This commit is contained in:
parent
10a337b807
commit
bbb24a5d2e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue