Class: Wakame::Event::ServiceUnboundCloudHost
- Defined in:
- lib/wakame/event.rb
Instance Attribute Summary collapse
-
#cloud_host_id ⇒ Object
readonly
Returns the value of attribute cloud_host_id.
-
#svc_id ⇒ Object
readonly
Returns the value of attribute svc_id.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(svc_id, cloud_host_id) ⇒ ServiceUnboundCloudHost
constructor
A new instance of ServiceUnboundCloudHost.
Methods inherited from Base
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_id ⇒ Object (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_id ⇒ Object (readonly)
Returns the value of attribute svc_id.
165 166 167 |
# File 'lib/wakame/event.rb', line 165 def svc_id @svc_id end |