Class: Wakame::Event::ServiceBoundCloudHost

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) ⇒ ServiceBoundCloudHost

Returns a new instance of ServiceBoundCloudHost.



174
175
176
177
178
# File 'lib/wakame/event.rb', line 174

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.



173
174
175
# File 'lib/wakame/event.rb', line 173

def cloud_host_id
  @cloud_host_id
end

#svc_idObject (readonly)

Returns the value of attribute svc_id.



173
174
175
# File 'lib/wakame/event.rb', line 173

def svc_id
  @svc_id
end