Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lib/onesignal/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ class Configuration
# Default server operation variables
attr_accessor :server_operation_variables

# OneSignal API token for App Authentication
attr_accessor :app_key
attr_accessor :organization_api_key

attr_accessor :rest_api_key

# OneSignal API token for User Authentication
attr_accessor :user_key

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