Class: Wakame::Event::ServiceBoundCloudHost
- 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) ⇒ ServiceBoundCloudHost
constructor
A new instance of ServiceBoundCloudHost.
Methods inherited from Base
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_id ⇒ Object (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_id ⇒ Object (readonly)
Returns the value of attribute svc_id.
173 174 175 |
# File 'lib/wakame/event.rb', line 173 def svc_id @svc_id end |