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.



67
68
69
70
# File 'lib/wakame/event.rb', line 67

def initialize(agent)
  super()
  @agent = agent
end

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent.



66
67
68
# File 'lib/wakame/event.rb', line 66

def agent
  @agent
end