Skip to content
Kward Search API index

Class: Kward::RPC::PluginChatManager::Chat

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/rpc/plugin_chat_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#driverObject

Returns the value of attribute driver

Returns:

  • (Object)

    the current value of driver



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def driver
  @driver
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def id
  @id
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def queue
  @queue
end

#running_turn_idObject

Returns the value of attribute running_turn_id

Returns:

  • (Object)

    the current value of running_turn_id



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def running_turn_id
  @running_turn_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def type
  @type
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



23
24
25
# File 'lib/kward/rpc/plugin_chat_manager.rb', line 23

def worker
  @worker
end