Class: AMQP::Client::Message::DeliveryInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/amqp/client/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def channel
  @channel
end

#consumer_tagObject

Returns the value of attribute consumer_tag

Returns:

  • (Object)

    the current value of consumer_tag



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def consumer_tag
  @consumer_tag
end

#delivery_tagObject

Returns the value of attribute delivery_tag

Returns:

  • (Object)

    the current value of delivery_tag



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def delivery_tag
  @delivery_tag
end

#exchangeObject

Returns the value of attribute exchange

Returns:

  • (Object)

    the current value of exchange



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def exchange
  @exchange
end

#redeliveredObject

Returns the value of attribute redelivered

Returns:

  • (Object)

    the current value of redelivered



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def redelivered
  @redelivered
end

#routing_keyObject

Returns the value of attribute routing_key

Returns:

  • (Object)

    the current value of routing_key



21
22
23
# File 'lib/amqp/client/message.rb', line 21

def routing_key
  @routing_key
end