Method: Auth::Concerns::NotificationResponseConcern#set_webhook_identifier
- Defined in:
- app/models/auth/concerns/notification_response_concern.rb
#set_webhook_identifier(response) ⇒ Object
fixes the identifier by which this response can be identified during webhook calls.
41 42 43 |
# File 'app/models/auth/concerns/notification_response_concern.rb', line 41 def set_webhook_identifier(response) end |