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.
-
#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.
Instance Attribute Details
#cancel_requested ⇒ Object
Returns the value of attribute cancel_requested
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def cancel_requested @cancel_requested end |
#cancellation ⇒ Object
Returns the value of attribute cancellation
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def cancellation @cancellation end |
#created_at ⇒ Object
Returns the value of attribute created_at
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def created_at @created_at end |
#display_input ⇒ Object
Returns the value of attribute display_input
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def display_input @display_input end |
#error ⇒ Object
Returns the value of attribute error
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def error @error end |
#events ⇒ Object
Returns the value of attribute events
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def events @events end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def finished_at @finished_at end |
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def id @id end |
#input ⇒ Object
Returns the value of attribute input
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def input @input end |
#next_sequence ⇒ Object
Returns the value of attribute next_sequence
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def next_sequence @next_sequence end |
#plugin_arguments ⇒ Object
Returns the value of attribute plugin_arguments
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def plugin_arguments @plugin_arguments end |
#plugin_command_name ⇒ Object
Returns the value of attribute plugin_command_name
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def plugin_command_name @plugin_command_name end |
#session_id ⇒ Object
Returns the value of attribute session_id
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def session_id @session_id end |
#started_at ⇒ Object
Returns the value of attribute started_at
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def status @status end |
#steering ⇒ Object
Returns the value of attribute steering
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def steering @steering end |
#streaming_behavior ⇒ Object
Returns the value of attribute streaming_behavior
42 43 44 |
# File 'lib/kward/rpc/session_manager.rb', line 42 def streaming_behavior @streaming_behavior end |