Class: Rookout::ComWs::AgentComWs::ExitMessage
- Inherits:
-
Object
- Object
- Rookout::ComWs::AgentComWs::ExitMessage
- Defined in:
- lib/rookout/com_ws/agent_com_ws.rb
Instance Attribute Summary collapse
-
#thread ⇒ Object
readonly
Returns the value of attribute thread.
Instance Method Summary collapse
-
#initialize(thread) ⇒ ExitMessage
constructor
A new instance of ExitMessage.
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
#thread ⇒ Object (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 |