Class: Wakame::Event::ServiceBoundCluster
- 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) ⇒ ServiceBoundCluster
constructor
A new instance of ServiceBoundCluster.
Methods inherited from Base
Constructor Details
#initialize(svc_inst, cluster) ⇒ ServiceBoundCluster
Returns a new instance of ServiceBoundCluster.
183 184 185 186 187 |
# File 'lib/wakame/event.rb', line 183 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.
182 183 184 |
# File 'lib/wakame/event.rb', line 182 def service @service end |
#service_cluster ⇒ Object (readonly)
Returns the value of attribute service_cluster.
182 183 184 |
# File 'lib/wakame/event.rb', line 182 def service_cluster @service_cluster end |