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 46 def initialize(body="", headers={}, destination="") super(body, nil, headers, destination) @headers['destination'] = destination end