Class: Kward::Transport::TurnEvent
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::TurnEvent
- Defined in:
- lib/kward/transport.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#turn_id ⇒ Object
readonly
Returns the value of attribute turn_id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#payload ⇒ Object (readonly)
Returns the value of attribute payload
22 23 24 |
# File 'lib/kward/transport.rb', line 22 def payload @payload end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
22 23 24 |
# File 'lib/kward/transport.rb', line 22 def sequence @sequence end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
22 23 24 |
# File 'lib/kward/transport.rb', line 22 def session_id @session_id end |
#turn_id ⇒ Object (readonly)
Returns the value of attribute turn_id
22 23 24 |
# File 'lib/kward/transport.rb', line 22 def turn_id @turn_id end |
#type ⇒ Object (readonly)
Returns the value of attribute type
22 23 24 |
# File 'lib/kward/transport.rb', line 22 def type @type end |