class ActiveMessaging::Adapters::Test::Subscription
Attributes
headers[RW]
name[RW]
Public Class Methods
new(name, headers)
click to toggle source
# File lib/activemessaging/adapters/test.rb, line 122 def initialize name, headers @name = name @headers = headers end
Public Instance Methods
to_s()
click to toggle source
# File lib/activemessaging/adapters/test.rb, line 127 def to_s "<Test::Subscription destination='#{name}' headers='#{headers.inspect}' >" end