Class: Wakame::Event::AgentEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/wakame/event.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#time

Instance Method Summary collapse

Methods inherited from Base

#log_message

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

#agentObject (readonly)

Returns the value of attribute agent.



127
128
129
# File 'lib/wakame/event.rb', line 127

def agent
  @agent
end