Class: Rookout::ComWs::AgentComWs::FlushMessage
- Inherits:
-
Object
- Object
- Rookout::ComWs::AgentComWs::FlushMessage
- Defined in:
- lib/rookout/com_ws/agent_com_ws.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
readonly
Returns the value of attribute event.
Instance Method Summary collapse
-
#initialize ⇒ FlushMessage
constructor
A new instance of FlushMessage.
Constructor Details
#initialize ⇒ FlushMessage
Returns a new instance of FlushMessage.
252 253 254 |
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 252 def initialize @event = Concurrent::Event.new end |
Instance Attribute Details
#event ⇒ Object (readonly)
Returns the value of attribute event.
256 257 258 |
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 256 def event @event end |