Class: AMF::Values::AbstractMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/amf/values/messages.rb

Overview

Base class for all special AS3 response messages. Maps to flex.messaging.messages.AbstractMessage

Direct Known Subclasses

AsyncMessage, RemotingMessage

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



12
13
14
# File 'lib/amf/values/messages.rb', line 12

def body
  @body
end

#clientIdObject

Returns the value of attribute clientId.



6
7
8
# File 'lib/amf/values/messages.rb', line 6

def clientId
  @clientId
end

#destinationObject

Returns the value of attribute destination.



7
8
9
# File 'lib/amf/values/messages.rb', line 7

def destination
  @destination
end

#headersObject

Returns the value of attribute headers.



11
12
13
# File 'lib/amf/values/messages.rb', line 11

def headers
  @headers
end

#messageIdObject

Returns the value of attribute messageId.



8
9
10
# File 'lib/amf/values/messages.rb', line 8

def messageId
  @messageId
end

#timestampObject

Returns the value of attribute timestamp.



9
10
11
# File 'lib/amf/values/messages.rb', line 9

def timestamp
  @timestamp
end

#timeToLiveObject

Returns the value of attribute timeToLive.



10
11
12
# File 'lib/amf/values/messages.rb', line 10

def timeToLive
  @timeToLive
end