class Copyleaks::IndexedWebhook
Public Class Methods
Source
# File lib/copyleaks/models/submissions/webhooks/IndexedWebhook.rb, line 23 def initialize(status:, developerPayload: nil, **args) super(status: status, developerPayload: developerPayload, **args) end
No new attr_reader needed — inherited developerPayload
Calls superclass method
Copyleaks::StatusWebhook::new