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

#interruption_idsObject

Returns the value of attribute interruption_ids

Returns:

  • (Object)

    the current value of interruption_ids



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

def interruption_ids
  @interruption_ids
end

#interruption_metadataObject

Returns the value of attribute interruption_metadata

Returns:

  • (Object)

    the current value of interruption_metadata



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

def 
  @interruption_metadata
end

#interruptsObject

Returns the value of attribute interrupts

Returns:

  • (Object)

    the current value of interrupts



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

def interrupts
  @interrupts
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