Skip to content

Commit 6da41e7

Browse files
author
OneSignal
committed
feat: add v5.3.0 package updates
1 parent 8b36715 commit 6da41e7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

lib/onesignal/configuration.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ class Configuration
3333
# Default server operation variables
3434
attr_accessor :server_operation_variables
3535

36-
# OneSignal API token for App Authentication
37-
attr_accessor :app_key
36+
attr_accessor :organization_api_key
37+
38+
attr_accessor :rest_api_key
3839

39-
# OneSignal API token for User Authentication
40-
attr_accessor :user_key
4140

4241
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
4342
# details will be logged with `logger.debug` (see the `logger` attribute).

0 commit comments

Comments
 (0)