Skip to content
Kward Search API index

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



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def cancel_requested
  @cancel_requested
end

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def cancellation
  @cancellation
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def created_at
  @created_at
end

#display_inputObject

Returns the value of attribute display_input

Returns:

  • (Object)

    the current value of display_input



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def display_input
  @display_input
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def input
  @input
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def mutex
  @mutex
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def next_sequence
  @next_sequence
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def options
  @options
end

#plugin_argumentsObject

Returns the value of attribute plugin_arguments

Returns:

  • (Object)

    the current value of plugin_arguments



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

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



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

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



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def status
  @status
end

#steeringObject

Returns the value of attribute steering

Returns:

  • (Object)

    the current value of steering



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def steering
  @steering
end

#streaming_behaviorObject

Returns the value of attribute streaming_behavior

Returns:

  • (Object)

    the current value of streaming_behavior



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def streaming_behavior
  @streaming_behavior
end

#tool_registryObject

Returns the value of attribute tool_registry

Returns:

  • (Object)

    the current value of tool_registry



69
70
71
# File 'lib/kward/rpc/session_manager.rb', line 69

def tool_registry
  @tool_registry
end