Class: Kward::RPC::PluginChatManager::Turn
- Inherits:
-
Struct
- Object
- Struct
- Kward::RPC::PluginChatManager::Turn
- Defined in:
- lib/kward/rpc/plugin_chat_manager.rb
Instance Attribute Summary collapse
-
#cancellation ⇒ Object
Returns the value of attribute cancellation.
-
#chat_id ⇒ Object
Returns the value of attribute chat_id.
-
#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.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#next_sequence ⇒ Object
Returns the value of attribute next_sequence.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#cancellation ⇒ Object
Returns the value of attribute cancellation
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def cancellation @cancellation end |
#chat_id ⇒ Object
Returns the value of attribute chat_id
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def chat_id @chat_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def created_at @created_at end |
#display_input ⇒ Object
Returns the value of attribute display_input
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def display_input @display_input end |
#error ⇒ Object
Returns the value of attribute error
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def error @error end |
#events ⇒ Object
Returns the value of attribute events
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def events @events end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def finished_at @finished_at end |
#id ⇒ Object
Returns the value of attribute id
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def id @id end |
#input ⇒ Object
Returns the value of attribute input
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def input @input end |
#mutex ⇒ Object
Returns the value of attribute mutex
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def mutex @mutex end |
#next_sequence ⇒ Object
Returns the value of attribute next_sequence
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def next_sequence @next_sequence end |
#started_at ⇒ Object
Returns the value of attribute started_at
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
24 25 26 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 24 def status @status end |