Class: Wakame::Event::ClusterUnfrozen
Instance Attribute Summary collapse
-
#cluster_id ⇒ Object
readonly
Returns the value of attribute cluster_id.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(cluster_id) ⇒ ClusterUnfrozen
constructor
A new instance of ClusterUnfrozen.
- #log_message ⇒ Object
Constructor Details
#initialize(cluster_id) ⇒ ClusterUnfrozen
Returns a new instance of ClusterUnfrozen.
45 46 47 48 |
# File 'lib/wakame/event.rb', line 45 def initialize(cluster_id) super() @cluster_id = cluster_id end |
Instance Attribute Details
#cluster_id ⇒ Object (readonly)
Returns the value of attribute cluster_id.
44 45 46 |
# File 'lib/wakame/event.rb', line 44 def cluster_id @cluster_id end |
Instance Method Details
#log_message ⇒ Object
50 51 52 |
# File 'lib/wakame/event.rb', line 50 def "#{@cluster_id}, unfrozen" end |