Class: AppleAuth::Config
- Inherits:
-
Object
- Object
- AppleAuth::Config
- Defined in:
- lib/apple_auth/config.rb
Instance Attribute Summary collapse
-
#apple_client_id ⇒ Object
Returns the value of attribute apple_client_id.
-
#apple_key_id ⇒ Object
Returns the value of attribute apple_key_id.
-
#apple_private_key ⇒ Object
Returns the value of attribute apple_private_key.
-
#apple_team_id ⇒ Object
Returns the value of attribute apple_team_id.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
Instance Attribute Details
#apple_client_id ⇒ Object
Returns the value of attribute apple_client_id.
19 20 21 |
# File 'lib/apple_auth/config.rb', line 19 def apple_client_id @apple_client_id end |
#apple_key_id ⇒ Object
Returns the value of attribute apple_key_id.
19 20 21 |
# File 'lib/apple_auth/config.rb', line 19 def apple_key_id @apple_key_id end |
#apple_private_key ⇒ Object
Returns the value of attribute apple_private_key.
19 20 21 |
# File 'lib/apple_auth/config.rb', line 19 def apple_private_key @apple_private_key end |
#apple_team_id ⇒ Object
Returns the value of attribute apple_team_id.
19 20 21 |
# File 'lib/apple_auth/config.rb', line 19 def apple_team_id @apple_team_id end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
19 20 21 |
# File 'lib/apple_auth/config.rb', line 19 def redirect_uri @redirect_uri end |