Class: Wakame::Event::AgentEvent
Direct Known Subclasses
AgentMonitored, AgentPong, AgentStatusChanged, AgentTimedOut, AgentUnMonitored
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(agent) ⇒ AgentEvent
constructor
A new instance of AgentEvent.
Methods inherited from Base
Constructor Details
#initialize(agent) ⇒ AgentEvent
Returns a new instance of AgentEvent.
128 129 130 131 |
# File 'lib/wakame/event.rb', line 128 def initialize(agent) super() @agent = agent end |
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent.
127 128 129 |
# File 'lib/wakame/event.rb', line 127 def agent @agent end |