Class: Wakame::Event::ServiceUnboundCloudHost

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_id, cloud_host_id) ⇒ ServiceUnboundCloudHost

Returns a new instance of ServiceUnboundCloudHost.



166
167
168
169
170
# File 'lib/wakame/event.rb', line 166

def initialize(svc_id, cloud_host_id)
  super()
  @svc_id = svc_id
  @cloud_host_id = cloud_host_id
end

Instance Attribute Details

#cloud_host_idObject (readonly)

Returns the value of attribute cloud_host_id.



165
166
167
# File 'lib/wakame/event.rb', line 165

def cloud_host_id
  @cloud_host_id
end

#svc_idObject (readonly)

Returns the value of attribute svc_id.



165
166
167
# File 'lib/wakame/event.rb', line 165

def svc_id
  @svc_id
end