class Asynk::TestHelper::BuunyMockedDeliveryInfo

Attributes

routing_key[R]

Public Class Methods

new(routing_key) click to toggle source
# File lib/asynk/test_helper.rb, line 42
def initialize(routing_key); @routing_key = routing_key; end

Public Instance Methods

delivery_tag() click to toggle source
# File lib/asynk/test_helper.rb, line 44
def delivery_tag; end
exchange() click to toggle source
# File lib/asynk/test_helper.rb, line 43
def exchange; end