Method: Command::AmbariStartHostComponent#exec
- Defined in:
- lib/command/ambari_start_host_component.rb
#exec ⇒ Object
The execution of the command.
14 15 16 |
# File 'lib/command/ambari_start_host_component.rb', line 14 def exec() @receiver.start_host_component(@cluster_name, @host_name, @component_name) end |