Class: MarhanCli::ServiceCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/marhan_cli/commands/service_command.rb

Instance Method Summary collapse

Instance Method Details

#startObject



12
13
14
# File 'lib/marhan_cli/commands/service_command.rb', line 12

def start
  execute start_service
end

#stopObject



19
20
21
# File 'lib/marhan_cli/commands/service_command.rb', line 19

def stop
  execute stop_service
end