Class: Rookout::ComWs::AgentComWs::ExitMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/rookout/com_ws/agent_com_ws.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(thread) ⇒ ExitMessage

Returns a new instance of ExitMessage.



244
245
246
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 244

def initialize thread
  @thread = thread
end

Instance Attribute Details

#threadObject (readonly)

Returns the value of attribute thread.



248
249
250
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 248

def thread
  @thread
end