Class: Wakame::Event::ServiceUnboundCluster
- Defined in:
- lib/wakame/event.rb
Instance Attribute Summary collapse
-
#service ⇒ Object
readonly
Returns the value of attribute service.
-
#service_cluster ⇒ Object
readonly
Returns the value of attribute service_cluster.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(svc_inst, cluster) ⇒ ServiceUnboundCluster
constructor
A new instance of ServiceUnboundCluster.
Methods inherited from Base
Constructor Details
#initialize(svc_inst, cluster) ⇒ ServiceUnboundCluster
Returns a new instance of ServiceUnboundCluster.
192 193 194 195 196 |
# File 'lib/wakame/event.rb', line 192 def initialize(svc_inst, cluster) super() @service = svc_inst @service_cluster = cluster end |
Instance Attribute Details
#service ⇒ Object (readonly)
Returns the value of attribute service.
191 192 193 |
# File 'lib/wakame/event.rb', line 191 def service @service end |
#service_cluster ⇒ Object (readonly)
Returns the value of attribute service_cluster.
191 192 193 |
# File 'lib/wakame/event.rb', line 191 def service_cluster @service_cluster end |