Method: ServiceRunner::Service#initialize

Defined in:
lib/service_runner/service.rb

#initialize(name) ⇒ Service

Returns a new instance of Service.



14
15
16
# File 'lib/service_runner/service.rb', line 14

def initialize(name)
  @name = name
end