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.



131
132
133
134
135
# File 'lib/wakame/event.rb', line 131

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

Instance Attribute Details

#serviceObject (readonly)

Returns the value of attribute service.



130
131
132
# File 'lib/wakame/event.rb', line 130

def service
  @service
end

#service_clusterObject (readonly)

Returns the value of attribute service_cluster.



130
131
132
# File 'lib/wakame/event.rb', line 130

def service_cluster
  @service_cluster
end