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, property) ⇒ ServiceStatus

Returns a new instance of ServiceStatus.



33
34
35
36
37
# File 'lib/wakame/event.rb', line 33

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

Instance Attribute Details

#instance_idObject (readonly)

Returns the value of attribute instance_id.



32
33
34
# File 'lib/wakame/event.rb', line 32

def instance_id
  @instance_id
end

#propertyObject (readonly)

Returns the value of attribute property.



32
33
34
# File 'lib/wakame/event.rb', line 32

def property
  @property
end