Class: Kward::RPC::PluginChatManager::Chat
- Inherits:
-
Struct
- Object
- Struct
- Kward::RPC::PluginChatManager::Chat
- Defined in:
- lib/kward/rpc/plugin_chat_manager.rb
Instance Attribute Summary collapse
-
#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.
-
#type ⇒ Object
Returns the value of attribute type.
-
#worker ⇒ Object
Returns the value of attribute worker.
Instance Attribute Details
#driver ⇒ Object
Returns the value of attribute driver
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def driver @driver end |
#id ⇒ Object
Returns the value of attribute id
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def id @id end |
#queue ⇒ Object
Returns the value of attribute queue
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def queue @queue end |
#running_turn_id ⇒ Object
Returns the value of attribute running_turn_id
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def running_turn_id @running_turn_id end |
#type ⇒ Object
Returns the value of attribute type
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def type @type end |
#worker ⇒ Object
Returns the value of attribute worker
23 24 25 |
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23 def worker @worker end |