Class: Legion::Transport::InProcess::DeliveryInfo
- Inherits:
-
Struct
- Object
- Struct
- Legion::Transport::InProcess::DeliveryInfo
- Defined in:
- lib/legion/transport/in_process.rb
Instance Attribute Summary collapse
-
#delivery_tag ⇒ Object
Returns the value of attribute delivery_tag.
-
#exchange ⇒ Object
Returns the value of attribute exchange.
-
#routing_key ⇒ Object
Returns the value of attribute routing_key.
Instance Attribute Details
#delivery_tag ⇒ Object
Returns the value of attribute delivery_tag
13 14 15 |
# File 'lib/legion/transport/in_process.rb', line 13 def delivery_tag @delivery_tag end |
#exchange ⇒ Object
Returns the value of attribute exchange
13 14 15 |
# File 'lib/legion/transport/in_process.rb', line 13 def exchange @exchange end |
#routing_key ⇒ Object
Returns the value of attribute routing_key
13 14 15 |
# File 'lib/legion/transport/in_process.rb', line 13 def routing_key @routing_key end |