Class: ForemanMco::Command::StartService

Inherits:
ServiceBase show all
Defined in:
app/models/foreman_mco/command/service_commands.rb

Instance Attribute Summary

Attributes inherited from ServiceBase

#service_name

Attributes inherited from Base

#filters

Instance Method Summary collapse

Methods inherited from ServiceBase

#initialize

Methods inherited from Base

#execute, #initialize, #mco_proxy

Constructor Details

This class inherits a constructor from ForemanMco::Command::ServiceBase

Instance Method Details

#remote_callObject



25
26
27
# File 'app/models/foreman_mco/command/service_commands.rb', line 25

def remote_call
  mco_proxy.start_service(service_name, filters)
end

#to_sObject



29
30
31
# File 'app/models/foreman_mco/command/service_commands.rb', line 29

def to_s
  "service start #{service_name}"
end