Class: LittleGhost::Subagents::Manager::InterjectionExchange
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::Subagents::Manager::InterjectionExchange
- Defined in:
- lib/little_ghost/subagents/manager.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#complete ⇒ Object
Returns the value of attribute complete.
-
#message ⇒ Object
Returns the value of attribute message.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#complete ⇒ Object
Returns the value of attribute complete
67 68 69 |
# File 'lib/little_ghost/subagents/manager.rb', line 67 def complete @complete end |
#message ⇒ Object
Returns the value of attribute message
67 68 69 |
# File 'lib/little_ghost/subagents/manager.rb', line 67 def @message end |
#response ⇒ Object
Returns the value of attribute response
67 68 69 |
# File 'lib/little_ghost/subagents/manager.rb', line 67 def response @response end |