Class: Moogle::Events::BlogEntryPushed
- Inherits:
-
Object
- Object
- Moogle::Events::BlogEntryPushed
- Includes:
- Aequitas, Serf::Message, Serf::More::UuidFields, Virtus
- Defined in:
- lib/moogle/events/blog_entry_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.
-
#post_ref ⇒ Object
The returned post reference id of the blog entry created.
-
#target_id ⇒ Object
The target_id of the blog where we posted.
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/blog_entry_pushed.rb', line 26 attribute :message_origin, String |
#post_ref ⇒ Object
The returned post reference id of the blog entry created.
30 |
# File 'lib/moogle/events/blog_entry_pushed.rb', line 30 attribute :post_ref, String |
#target_id ⇒ Object
The target_id of the blog where we posted.
21 |
# File 'lib/moogle/events/blog_entry_pushed.rb', line 21 attribute :target_id, Integer |