Skip to content
Kward Search API index

Class: Kward::RPC::PluginChatManager::Turn

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

Instance Attribute Summary collapse

Instance Attribute Details

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



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

def cancellation
  @cancellation
end

#chat_idObject

Returns the value of attribute chat_id

Returns:

  • (Object)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
end

#display_inputObject

Returns the value of attribute display_input

Returns:

  • (Object)

    the current value of display_input



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

def display_input
  @display_input
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



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

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



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

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



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

def input
  @input
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



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

def mutex
  @mutex
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



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

def next_sequence
  @next_sequence
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



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

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end