Class: Kward::PluginChatRuntime::Chat
- Inherits:
-
Struct
- Object
- Struct
- Kward::PluginChatRuntime::Chat
- Defined in:
- lib/kward/plugin_chat_runtime.rb
Instance Attribute Summary collapse
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#id ⇒ Object
Returns the value of attribute id.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#running_turn_id ⇒ Object
Returns the value of attribute running_turn_id.
-
#scope_key ⇒ Object
Returns the value of attribute scope_key.
-
#type ⇒ Object
Returns the value of attribute type.
-
#worker ⇒ Object
Returns the value of attribute worker.
-
#workspace_root ⇒ Object
Returns the value of attribute workspace_root.
Instance Attribute Details
#descriptor ⇒ Object
Returns the value of attribute descriptor
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def descriptor @descriptor end |
#driver ⇒ Object
Returns the value of attribute driver
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def driver @driver end |
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def id @id end |
#queue ⇒ Object
Returns the value of attribute queue
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def queue @queue end |
#running_turn_id ⇒ Object
Returns the value of attribute running_turn_id
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def running_turn_id @running_turn_id end |
#scope_key ⇒ Object
Returns the value of attribute scope_key
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def scope_key @scope_key end |
#type ⇒ Object
Returns the value of attribute type
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def type @type end |
#worker ⇒ Object
Returns the value of attribute worker
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def worker @worker end |
#workspace_root ⇒ Object
Returns the value of attribute workspace_root
20 21 22 |
# File 'lib/kward/plugin_chat_runtime.rb', line 20 def workspace_root @workspace_root end |