Class: Wakame::Event::ServiceFailed

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

Instance Attribute Summary collapse

Attributes inherited from ServiceStatus

#instance_id

Attributes inherited from Base

#time

Instance Method Summary collapse

Methods inherited from Base

#log_message

Constructor Details

#initialize(instance_id, message) ⇒ ServiceFailed

Returns a new instance of ServiceFailed.



98
99
100
101
# File 'lib/wakame/event.rb', line 98

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



97
98
99
# File 'lib/wakame/event.rb', line 97

def message
  @message
end