Class: Wakame::Event::ServiceDestroied

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(svc_inst) ⇒ ServiceDestroied

Returns a new instance of ServiceDestroied.



123
124
125
126
# File 'lib/wakame/event.rb', line 123

def initialize(svc_inst)
  super()
  @service = svc_inst
end

Instance Attribute Details

#serviceObject (readonly)

Returns the value of attribute service.



122
123
124
# File 'lib/wakame/event.rb', line 122

def service
  @service
end