using the path= method on initialize
This commit is contained in:
parent
10a337b807
commit
bbb24a5d2e
|
@ -35,7 +35,7 @@ module Google
|
||||||
# @param [String] path
|
# @param [String] path
|
||||||
# Path to the credentials file.
|
# Path to the credentials file.
|
||||||
def initialize(path)
|
def initialize(path)
|
||||||
@path = path
|
self.path= path
|
||||||
self.load_credentials
|
self.load_credentials
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue