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