Class: LittleGhost::Subagents::Manager::InterruptExchange
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::Subagents::Manager::InterruptExchange
- 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
61 62 63 |
# File 'lib/little_ghost/subagents/manager.rb', line 61 def complete @complete end |
#message ⇒ Object
Returns the value of attribute message
61 62 63 |
# File 'lib/little_ghost/subagents/manager.rb', line 61 def @message end |
#response ⇒ Object
Returns the value of attribute response
61 62 63 |
# File 'lib/little_ghost/subagents/manager.rb', line 61 def response @response end |