Class: Asynk::TestHelper::BuunyMockedDeliveryInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/asynk/test_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(routing_key) ⇒ BuunyMockedDeliveryInfo

Returns a new instance of BuunyMockedDeliveryInfo.



42
# File 'lib/asynk/test_helper.rb', line 42

def initialize(routing_key); @routing_key = routing_key; end

Instance Attribute Details

#routing_keyObject (readonly)

Returns the value of attribute routing_key.



41
42
43
# File 'lib/asynk/test_helper.rb', line 41

def routing_key
  @routing_key
end

Instance Method Details

#delivery_tagObject



44
# File 'lib/asynk/test_helper.rb', line 44

def delivery_tag; end

#exchangeObject



43
# File 'lib/asynk/test_helper.rb', line 43

def exchange; end