Class: Kward::RPC::SessionManager::Turn

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/rpc/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_requestedObject

Returns the value of attribute cancel_requested

Returns:

  • (Object)

    the current value of cancel_requested



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def cancel_requested
  @cancel_requested
end

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def cancellation
  @cancellation
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def created_at
  @created_at
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def input
  @input
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def next_sequence
  @next_sequence
end

#plugin_argumentsObject

Returns the value of attribute plugin_arguments

Returns:

  • (Object)

    the current value of plugin_arguments



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def plugin_arguments
  @plugin_arguments
end

#plugin_command_nameObject

Returns the value of attribute plugin_command_name

Returns:

  • (Object)

    the current value of plugin_command_name



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def plugin_command_name
  @plugin_command_name
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def status
  @status
end

#steeringObject

Returns the value of attribute steering

Returns:

  • (Object)

    the current value of steering



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def steering
  @steering
end

#streaming_behaviorObject

Returns the value of attribute streaming_behavior

Returns:

  • (Object)

    the current value of streaming_behavior



39
40
41
# File 'lib/kward/rpc/session_manager.rb', line 39

def streaming_behavior
  @streaming_behavior
end