Class: Kward::Transport::TurnEvent
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::TurnEvent
- Defined in:
- lib/kward/transport/contracts.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
23 24 25 |
# File 'lib/kward/transport/contracts.rb', line 23 def payload @payload end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
23 24 25 |
# File 'lib/kward/transport/contracts.rb', line 23 def sequence @sequence end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
23 24 25 |
# File 'lib/kward/transport/contracts.rb', line 23 def session_id @session_id end |
#turn_id ⇒ Object (readonly)
Returns the value of attribute turn_id
23 24 25 |
# File 'lib/kward/transport/contracts.rb', line 23 def turn_id @turn_id end |
#type ⇒ Object (readonly)
Returns the value of attribute type
23 24 25 |
# File 'lib/kward/transport/contracts.rb', line 23 def type @type end |