Class: Moogle::Events::WebhookPingPushed
- Inherits:
-
Object
- Object
- Moogle::Events::WebhookPingPushed
- Includes:
- Aequitas, Serf::Message, Serf::More::UuidFields, Virtus
- Defined in:
- lib/moogle/events/webhook_ping_pushed.rb
Overview
Signals that a we made a webhook callback for a target_id, with the a reference to a message’s origin.
Instance Method Summary collapse
-
#message_origin ⇒ Object
A descriptive origin that describes how we can find more about what was posted.
-
#target_id ⇒ Object
The target_id of the webhook recipient.
-
#webhook_uri ⇒ Object
The uri where we posted the callback.
Instance Method Details
#message_origin ⇒ Object
A descriptive origin that describes how we can find more about what was posted. And why.
26 |
# File 'lib/moogle/events/webhook_ping_pushed.rb', line 26 attribute :message_origin, String |
#target_id ⇒ Object
The target_id of the webhook recipient
21 |
# File 'lib/moogle/events/webhook_ping_pushed.rb', line 21 attribute :target_id, Integer |
#webhook_uri ⇒ Object
The uri where we posted the callback
30 |
# File 'lib/moogle/events/webhook_ping_pushed.rb', line 30 attribute :webhook_uri, String |