class Moogle::Events::BlogEntryPushed

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/blog_entry_pushed.rb, line 26
attribute :message_origin, String
post_ref() click to toggle source

The returned post reference id of the blog entry created.

# File lib/moogle/events/blog_entry_pushed.rb, line 30
attribute :post_ref, String
target_id() click to toggle source

The target_id of the blog where we posted.

# File lib/moogle/events/blog_entry_pushed.rb, line 21
attribute :target_id, Integer