Class: LittleGhost::Subagents::Manager::Turn
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::Subagents::Manager::Turn
- Defined in:
- lib/little_ghost/subagents/manager.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#completion ⇒ Object
Returns the value of attribute completion.
-
#interruption_ids ⇒ Object
Returns the value of attribute interruption_ids.
-
#interruption_metadata ⇒ Object
Returns the value of attribute interruption_metadata.
-
#interrupts ⇒ Object
Returns the value of attribute interrupts.
-
#message ⇒ Object
Returns the value of attribute message.
-
#number ⇒ Object
Returns the value of attribute number.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#parent_operation_id ⇒ Object
Returns the value of attribute parent_operation_id.
Instance Attribute Details
#completion ⇒ Object
Returns the value of attribute completion
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def completion @completion end |
#interruption_ids ⇒ Object
Returns the value of attribute interruption_ids
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def interruption_ids @interruption_ids end |
#interruption_metadata ⇒ Object
Returns the value of attribute interruption_metadata
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def @interruption_metadata end |
#interrupts ⇒ Object
Returns the value of attribute interrupts
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def interrupts @interrupts end |
#message ⇒ Object
Returns the value of attribute message
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def @message end |
#number ⇒ Object
Returns the value of attribute number
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def number @number end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def operation_id @operation_id end |
#parent_operation_id ⇒ Object
Returns the value of attribute parent_operation_id
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def parent_operation_id @parent_operation_id end |