Class: MassTransit::Envelope
- Inherits:
-
Object
- Object
- MassTransit::Envelope
- Defined in:
- lib/masstransit/envelope.rb
Overview
a simple class to wrap the message and name
Instance Attribute Summary collapse
-
#Message ⇒ Object
Returns the value of attribute Message.
-
#MessageType ⇒ Object
Returns the value of attribute MessageType.
Instance Method Summary collapse
-
#initialize ⇒ Envelope
constructor
A new instance of Envelope.
Constructor Details
#initialize ⇒ Envelope
Returns a new instance of Envelope.
7 8 |
# File 'lib/masstransit/envelope.rb', line 7 def initialize() end |
Instance Attribute Details
#Message ⇒ Object
Returns the value of attribute Message.
5 6 7 |
# File 'lib/masstransit/envelope.rb', line 5 def Message @Message end |
#MessageType ⇒ Object
Returns the value of attribute MessageType.
4 5 6 |
# File 'lib/masstransit/envelope.rb', line 4 def MessageType @MessageType end |