Class: Wakame::Event::ClusterFrozen
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) ⇒ ClusterFrozen
constructor
A new instance of ClusterFrozen.
- #log_message ⇒ Object
Constructor Details
#initialize(cluster_id) ⇒ ClusterFrozen
Returns a new instance of ClusterFrozen.
33 34 35 36 |
# File 'lib/wakame/event.rb', line 33 def initialize(cluster_id) super() @cluster_id = cluster_id end |
Instance Attribute Details
#cluster_id ⇒ Object (readonly)
Returns the value of attribute cluster_id.
32 33 34 |
# File 'lib/wakame/event.rb', line 32 def cluster_id @cluster_id end |
Instance Method Details
#log_message ⇒ Object
38 39 40 |
# File 'lib/wakame/event.rb', line 38 def "#{@cluster_id}, frozen" end |