Class: AMQP::Client::Message::DeliveryInfo
- Inherits:
-
Struct
- Object
- Struct
- AMQP::Client::Message::DeliveryInfo
- Defined in:
- lib/amqp/client/message.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#consumer_tag ⇒ Object
Returns the value of attribute consumer_tag.
-
#delivery_tag ⇒ Object
Returns the value of attribute delivery_tag.
-
#exchange ⇒ Object
Returns the value of attribute exchange.
-
#redelivered ⇒ Object
Returns the value of attribute redelivered.
-
#routing_key ⇒ Object
Returns the value of attribute routing_key.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def channel @channel end |
#consumer_tag ⇒ Object
Returns the value of attribute consumer_tag
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def consumer_tag @consumer_tag end |
#delivery_tag ⇒ Object
Returns the value of attribute delivery_tag
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def delivery_tag @delivery_tag end |
#exchange ⇒ Object
Returns the value of attribute exchange
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def exchange @exchange end |
#redelivered ⇒ Object
Returns the value of attribute redelivered
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def redelivered @redelivered end |
#routing_key ⇒ Object
Returns the value of attribute routing_key
21 22 23 |
# File 'lib/amqp/client/message.rb', line 21 def routing_key @routing_key end |