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



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def cancel_requested
  @cancel_requested
end

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def cancellation
  @cancellation
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def created_at
  @created_at
end

#display_inputObject

Returns the value of attribute display_input

Returns:

  • (Object)

    the current value of display_input



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def display_input
  @display_input
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def input
  @input
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def next_sequence
  @next_sequence
end

#plugin_argumentsObject

Returns the value of attribute plugin_arguments

Returns:

  • (Object)

    the current value of plugin_arguments



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

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



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

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



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def status
  @status
end

#steeringObject

Returns the value of attribute steering

Returns:

  • (Object)

    the current value of steering



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def steering
  @steering
end

#streaming_behaviorObject

Returns the value of attribute streaming_behavior

Returns:

  • (Object)

    the current value of streaming_behavior



42
43
44
# File 'lib/kward/rpc/session_manager.rb', line 42

def streaming_behavior
  @streaming_behavior
end