Sha256: 3767ba67ca5c6da58200915982b0efca1dd96a35df440fae58488cae03a06966
Contents?: true
Size: 170 Bytes
Versions: 23
Compression:
Stored size: 170 Bytes
Contents
# A sample publisher that posts a message to the queue. class SamplePublisher < Refinery::Publisher def execute publish_if_empty({'text' => 'hey there!'}) end end
Version data entries
23 entries across 23 versions & 2 rubygems