class ActiveMessaging::TestMessage
Public Class Methods
new(body="", headers={}, destination="")
click to toggle source
Calls superclass method
ActiveMessaging::BaseMessage.new
# File lib/activemessaging/test_helper.rb, line 53 def initialize(body="", headers={}, destination="") super(body, nil, headers, destination) @headers['destination'] = destination end