Class: Mysigner::CredentialResolver::PlayCreds
- Inherits:
-
Struct
- Object
- Struct
- Mysigner::CredentialResolver::PlayCreds
- Defined in:
- lib/mysigner/credential_resolver.rb
Instance Attribute Summary collapse
-
#client_email ⇒ Object
Returns the value of attribute client_email.
-
#sa_json ⇒ Object
Returns the value of attribute sa_json.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#client_email ⇒ Object
Returns the value of attribute client_email
28 29 30 |
# File 'lib/mysigner/credential_resolver.rb', line 28 def client_email @client_email end |
#sa_json ⇒ Object
Returns the value of attribute sa_json
28 29 30 |
# File 'lib/mysigner/credential_resolver.rb', line 28 def sa_json @sa_json end |
#source ⇒ Object
Returns the value of attribute source
28 29 30 |
# File 'lib/mysigner/credential_resolver.rb', line 28 def source @source end |