class Moogle::Events::EmailPushed
Signals that a blog entry was posted for a target_id
, with the a reference to a message’s origin.
Public Instance Methods
message_origin()
click to toggle source
A descriptive origin that describes how we can find more about what was posted. And why.
# File lib/moogle/events/email_pushed.rb, line 28 attribute :message_origin, String
request()
click to toggle source
The returned post reference id of the blog entry created.
# File lib/moogle/events/email_pushed.rb, line 32 attribute :request, Moogle::Requests::PushEmail
target_id()
click to toggle source
The target_id
of the email recipient
# File lib/moogle/events/email_pushed.rb, line 23 attribute :target_id, Integer