Method: Google::Auth::Credentials.paths
- Defined in:
- lib/googleauth/credentials.rb
.paths ⇒ Array<String>
The file paths to search for credentials files. The paths will never be nil. If there are no paths, the empty array is returned.
230 231 232 |
# File 'lib/googleauth/credentials.rb', line 230 def self.paths paths_internal || [] end |