Class: Copyleaks::IndexedWebhook
- Inherits:
-
StatusWebhook
- Object
- Webhook
- StatusWebhook
- Copyleaks::IndexedWebhook
- Defined in:
- lib/copyleaks/models/submissions/webhooks/IndexedWebhook.rb
Instance Attribute Summary
Attributes inherited from StatusWebhook
Attributes inherited from Webhook
Instance Method Summary collapse
-
#initialize(status:, developerPayload: nil, **args) ⇒ IndexedWebhook
constructor
No new attr_reader needed — inherited developerPayload.
Methods inherited from StatusWebhook
Methods inherited from Webhook
Constructor Details
#initialize(status:, developerPayload: nil, **args) ⇒ IndexedWebhook
No new attr_reader needed — inherited developerPayload
23 24 25 |
# File 'lib/copyleaks/models/submissions/webhooks/IndexedWebhook.rb', line 23 def initialize(status:, developerPayload: nil, **args) super(status: status, developerPayload: developerPayload, **args) end |