Class: Wakame::Event::ServiceStatus

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(instance_id) ⇒ ServiceStatus

Returns a new instance of ServiceStatus.



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

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

Instance Attribute Details

#instance_idObject (readonly)

Returns the value of attribute instance_id.



56
57
58
# File 'lib/wakame/event.rb', line 56

def instance_id
  @instance_id
end