Class: AMF::Messages::AsyncMessage
- Inherits:
-
AbstractMessage
- Object
- AbstractMessage
- AMF::Messages::AsyncMessage
- Defined in:
- lib/amf/messages.rb
Overview
Maps to flex.messaging.messages.AsyncMessage
Direct Known Subclasses
Instance Attribute Summary collapse
-
#correlation_id ⇒ Object
Returns the value of attribute correlation_id.
Attributes inherited from AbstractMessage
#body, #client_id, #headers, #message_id, #time_to_live, #timestamp
Method Summary
Methods inherited from AbstractMessage
Instance Attribute Details
#correlation_id ⇒ Object
Returns the value of attribute correlation_id.
58 59 60 |
# File 'lib/amf/messages.rb', line 58 def correlation_id @correlation_id end |