Class: Wakame::Event::ServiceUnboundCluster

Inherits:
Base
  • Object
show all
Defined in:
lib/wakame/event.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#time

Instance Method Summary collapse

Methods inherited from Base

#log_message

Constructor Details

#initialize(svc_inst, cluster) ⇒ ServiceUnboundCluster

Returns a new instance of ServiceUnboundCluster.



114
115
116
117
118
# File 'lib/wakame/event.rb', line 114

def initialize(svc_inst, cluster)
  super()
  @service = svc_inst
  @service_cluster = cluster
end

Instance Attribute Details

#serviceObject (readonly)

Returns the value of attribute service.



113
114
115
# File 'lib/wakame/event.rb', line 113

def service
  @service
end

#service_clusterObject (readonly)

Returns the value of attribute service_cluster.



113
114
115
# File 'lib/wakame/event.rb', line 113

def service_cluster
  @service_cluster
end