Class: Moogle::Events::EmailPushed
- Inherits:
-
Object
- Object
- Moogle::Events::EmailPushed
- Includes:
- Aequitas, Serf::Message, Serf::More::UuidFields, Virtus
- Defined in:
- lib/moogle/events/email_pushed.rb
Overview
Signals that a blog entry was posted 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.
-
#request ⇒ Object
The returned post reference id of the blog entry created.
-
#target_id ⇒ Object
The target_id of the email recipient.
Instance Method Details
#message_origin ⇒ Object
A descriptive origin that describes how we can find more about what was posted. And why.
28 |
# File 'lib/moogle/events/email_pushed.rb', line 28 attribute :message_origin, String |
#request ⇒ Object
The returned post reference id of the blog entry created.
32 |
# File 'lib/moogle/events/email_pushed.rb', line 32 attribute :request, Moogle::Requests::PushEmail |
#target_id ⇒ Object
The target_id of the email recipient
23 |
# File 'lib/moogle/events/email_pushed.rb', line 23 attribute :target_id, Integer |