Class: Kward::RPC::SessionManager::Turn
- Inherits:
-
Struct
- Object
- Struct
- Kward::RPC::SessionManager::Turn
- Defined in:
- lib/kward/rpc/session_manager.rb
Instance Attribute Summary collapse
-
#cancel_requested ⇒ Object
Returns the value of attribute cancel_requested.
-
#cancellation ⇒ Object
Returns the value of attribute cancellation.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#display_input ⇒ Object
Returns the value of attribute display_input.
-
#error ⇒ Object
Returns the value of attribute error.
-
#events ⇒ Object
Returns the value of attribute events.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#input ⇒ Object
Returns the value of attribute input.
-
#next_sequence ⇒ Object
Returns the value of attribute next_sequence.
-
#options ⇒ Object
Returns the value of attribute options.
-
#plugin_arguments ⇒ Object
Returns the value of attribute plugin_arguments.
-
#plugin_command_name ⇒ Object
Returns the value of attribute plugin_command_name.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#steering ⇒ Object
Returns the value of attribute steering.
-
#streaming_behavior ⇒ Object
Returns the value of attribute streaming_behavior.
-
#tool_registry ⇒ Object
Returns the value of attribute tool_registry.
Instance Attribute Details
#cancel_requested ⇒ Object
Returns the value of attribute cancel_requested
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def cancel_requested @cancel_requested end |
#cancellation ⇒ Object
Returns the value of attribute cancellation
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def cancellation @cancellation end |
#created_at ⇒ Object
Returns the value of attribute created_at
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def created_at @created_at end |
#display_input ⇒ Object
Returns the value of attribute display_input
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def display_input @display_input end |
#error ⇒ Object
Returns the value of attribute error
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def error @error end |
#events ⇒ Object
Returns the value of attribute events
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def events @events end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def finished_at @finished_at end |
#id ⇒ Object
Returns the value of attribute id
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def id @id end |
#input ⇒ Object
Returns the value of attribute input
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def input @input end |
#next_sequence ⇒ Object
Returns the value of attribute next_sequence
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def next_sequence @next_sequence end |
#options ⇒ Object
Returns the value of attribute options
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def @options end |
#plugin_arguments ⇒ Object
Returns the value of attribute plugin_arguments
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def plugin_arguments @plugin_arguments end |
#plugin_command_name ⇒ Object
Returns the value of attribute plugin_command_name
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def plugin_command_name @plugin_command_name end |
#session_id ⇒ Object
Returns the value of attribute session_id
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def session_id @session_id end |
#started_at ⇒ Object
Returns the value of attribute started_at
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def status @status end |
#steering ⇒ Object
Returns the value of attribute steering
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def steering @steering end |
#streaming_behavior ⇒ Object
Returns the value of attribute streaming_behavior
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def streaming_behavior @streaming_behavior end |
#tool_registry ⇒ Object
Returns the value of attribute tool_registry
68 69 70 |
# File 'lib/kward/rpc/session_manager.rb', line 68 def tool_registry @tool_registry end |