Class: TTK::Services::TesterSlave

Inherits:
DRbService show all
Defined in:
lib/ttk/services/TesterSlave.rb

Defined Under Namespace

Modules: Notification

Instance Method Summary collapse

Methods inherited from DRbService

#stop_service, #update

Instance Method Details

#start_service(uri, name) ⇒ Object

module Notification



19
20
21
22
23
24
# File 'lib/ttk/services/TesterSlave.rb', line 19

def start_service(uri, name)
  @front = Testers::Slave.new(self, name)
  super(uri)
  changed
  notify_observers(Notification::NAME, name)
end