Class: Wakame::Event::AgentUnmappedCloudHost
- Defined in:
- lib/wakame/event.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#cloud_host_id ⇒ Object
readonly
Returns the value of attribute cloud_host_id.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(cloud_host_id, agent_id) ⇒ AgentUnmappedCloudHost
constructor
A new instance of AgentUnmappedCloudHost.
Methods inherited from Base
Constructor Details
#initialize(cloud_host_id, agent_id) ⇒ AgentUnmappedCloudHost
Returns a new instance of AgentUnmappedCloudHost.
119 120 121 122 123 |
# File 'lib/wakame/event.rb', line 119 def initialize(cloud_host_id, agent_id) super() @agent_id = agent_id @cloud_host_id = cloud_host_id end |
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id.
118 119 120 |
# File 'lib/wakame/event.rb', line 118 def agent_id @agent_id end |
#cloud_host_id ⇒ Object (readonly)
Returns the value of attribute cloud_host_id.
118 119 120 |
# File 'lib/wakame/event.rb', line 118 def cloud_host_id @cloud_host_id end |