Class: Wakame::Event::ServiceFailed

Inherits:
ServiceStatus show all
Defined in:
lib/wakame/event.rb

Instance Attribute Summary collapse

Attributes inherited from ServiceStatus

#instance_id, #property

Attributes inherited from Base

#time

Instance Method Summary collapse

Methods inherited from Base

#log_message

Constructor Details

#initialize(instance_id, property, message) ⇒ ServiceFailed

Returns a new instance of ServiceFailed.



59
60
61
62
# File 'lib/wakame/event.rb', line 59

def initialize(instance_id, property, message)
  super(instance_id, property)
  @message = message
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



58
59
60
# File 'lib/wakame/event.rb', line 58

def message
  @message
end