diff options
Diffstat (limited to 'lib/google_api/auth.rb')
-rw-r--r-- | lib/google_api/auth.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/google_api/auth.rb b/lib/google_api/auth.rb index 1aeaa387a49..e724e58e9ca 100644 --- a/lib/google_api/auth.rb +++ b/lib/google_api/auth.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module GoogleApi class Auth attr_reader :access_token, :redirect_uri, :state |