Class: LittleGhost::Subagents::Manager::InterruptExchange

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/subagents/manager.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#completeObject

Returns the value of attribute complete

Returns:

  • (Object)

    the current value of complete



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

def complete
  @complete
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



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

def response
  @response
end