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



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def cancel_requested
  @cancel_requested
end

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def cancellation
  @cancellation
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def created_at
  @created_at
end

#display_inputObject

Returns the value of attribute display_input

Returns:

  • (Object)

    the current value of display_input



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def display_input
  @display_input
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def input
  @input
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def next_sequence
  @next_sequence
end

#plugin_argumentsObject

Returns the value of attribute plugin_arguments

Returns:

  • (Object)

    the current value of plugin_arguments



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

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



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

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



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def status
  @status
end

#steeringObject

Returns the value of attribute steering

Returns:

  • (Object)

    the current value of steering



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def steering
  @steering
end

#streaming_behaviorObject

Returns the value of attribute streaming_behavior

Returns:

  • (Object)

    the current value of streaming_behavior



62
63
64
# File 'lib/kward/rpc/session_manager.rb', line 62

def streaming_behavior
  @streaming_behavior
end