Skip to content
Kward Search API index

Class: Kward::Transport::TurnEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



22
23
24
# File 'lib/kward/transport.rb', line 22

def payload
  @payload
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



22
23
24
# File 'lib/kward/transport.rb', line 22

def sequence
  @sequence
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



22
23
24
# File 'lib/kward/transport.rb', line 22

def session_id
  @session_id
end

#turn_idObject (readonly)

Returns the value of attribute turn_id

Returns:

  • (Object)

    the current value of turn_id



22
23
24
# File 'lib/kward/transport.rb', line 22

def turn_id
  @turn_id
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



22
23
24
# File 'lib/kward/transport.rb', line 22

def type
  @type
end