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.
-
#interjection_ids ⇒ Object
Returns the value of attribute interjection_ids.
-
#interjection_metadata ⇒ Object
Returns the value of attribute interjection_metadata.
-
#interjections ⇒ Object
Returns the value of attribute interjections.
-
#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 |
#interjection_ids ⇒ Object
Returns the value of attribute interjection_ids
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def interjection_ids @interjection_ids end |
#interjection_metadata ⇒ Object
Returns the value of attribute interjection_metadata
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def @interjection_metadata end |
#interjections ⇒ Object
Returns the value of attribute interjections
62 63 64 |
# File 'lib/little_ghost/subagents/manager.rb', line 62 def interjections @interjections 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 |