Class: Expo::Push::Middleware::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Expo::Push::Middleware::Configuration
- Defined in:
- lib/expo-push-middleware.rb
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url
11 12 13 |
# File 'lib/expo-push-middleware.rb', line 11 def api_url @api_url end |
#client_id ⇒ Object
Returns the value of attribute client_id
11 12 13 |
# File 'lib/expo-push-middleware.rb', line 11 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
11 12 13 |
# File 'lib/expo-push-middleware.rb', line 11 def client_secret @client_secret end |