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



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def completion
  @completion
end

#interjection_idsObject

Returns the value of attribute interjection_ids

Returns:

  • (Object)

    the current value of interjection_ids



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def interjection_ids
  @interjection_ids
end

#interjection_metadataObject

Returns the value of attribute interjection_metadata

Returns:

  • (Object)

    the current value of interjection_metadata



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def 
  @interjection_metadata
end

#interjectionsObject

Returns the value of attribute interjections

Returns:

  • (Object)

    the current value of interjections



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def interjections
  @interjections
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def message
  @message
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def number
  @number
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

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



68
69
70
# File 'lib/little_ghost/subagents/manager.rb', line 68

def parent_operation_id
  @parent_operation_id
end