Messages
Messages are the core building block of messaging. Define a message by including the message module like this:
class MyMessage
include Messaging::Message
end
Messages are the core building block of messaging. Define a message by including the message module like this:
class MyMessage
include Messaging::Message
end