Class: OauthTokenVerifier::Providers::Google::BaseFields
- Inherits:
-
Struct
- Object
- Struct
- OauthTokenVerifier::Providers::Google::BaseFields
- Defined in:
- lib/oauth_token_verifier/providers/google.rb
Instance Attribute Summary collapse
-
#info ⇒ Object
Returns the value of attribute info.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#info ⇒ Object
Returns the value of attribute info
6 7 8 |
# File 'lib/oauth_token_verifier/providers/google.rb', line 6 def info @info end |
#provider ⇒ Object
Returns the value of attribute provider
6 7 8 |
# File 'lib/oauth_token_verifier/providers/google.rb', line 6 def provider @provider end |
#uid ⇒ Object
Returns the value of attribute uid
6 7 8 |
# File 'lib/oauth_token_verifier/providers/google.rb', line 6 def uid @uid end |