Class: Moogle::Events::EmailPushed

Inherits:
Object
  • Object
show all
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

Instance Method Details

#message_originObject

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

#requestObject

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_idObject

The target_id of the email recipient



23
# File 'lib/moogle/events/email_pushed.rb', line 23

attribute :target_id, Integer