Class: LittleGhost::Subagents::Manager::Turn

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/subagents/manager.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#completionObject

Returns the value of attribute completion

Returns:

  • (Object)

    the current value of completion



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def completion
  @completion
end

#interjection_idsObject

Returns the value of attribute interjection_ids

Returns:

  • (Object)

    the current value of interjection_ids



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def interjection_ids
  @interjection_ids
end

#interjection_metadataObject

Returns the value of attribute interjection_metadata

Returns:

  • (Object)

    the current value of interjection_metadata



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def 
  @interjection_metadata
end

#interjectionsObject

Returns the value of attribute interjections

Returns:

  • (Object)

    the current value of interjections



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def interjections
  @interjections
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def message
  @message
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def number
  @number
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def operation_id
  @operation_id
end

#parent_operation_idObject

Returns the value of attribute parent_operation_id

Returns:

  • (Object)

    the current value of parent_operation_id



62
63
64
# File 'lib/little_ghost/subagents/manager.rb', line 62

def parent_operation_id
  @parent_operation_id
end