class Nonnative::Service

Public Instance Methods

start() click to toggle source
# File lib/nonnative/service.rb, line 5
def start
  proxy.start
end
stop() click to toggle source
# File lib/nonnative/service.rb, line 9
def stop
  proxy.stop
end