module BunnyEvent

Module that can be included into a ruby class to create a definition of a BunnyEvent. These events can then be published via the BunnyEvents system.

Constants

VERSION

Attributes

message[RW]

Public Class Methods

included(base) click to toggle source
# File lib/bunny_event.rb, line 21
def included(base)
  base.extend ClassMethods
end