Class: MarhanCli::ServiceCommand
- Defined in:
- lib/marhan_cli/commands/service_command.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
12 13 14 |
# File 'lib/marhan_cli/commands/service_command.rb', line 12 def start execute start_service end |
#stop ⇒ Object
19 20 21 |
# File 'lib/marhan_cli/commands/service_command.rb', line 19 def stop execute stop_service end |