Class: Command::AmbariServiceDelete
- Inherits:
-
AmbariClusterServiceCommand
- Object
- BasicCommand
- AmbariCommand
- AmbariClusterCommand
- AmbariClusterServiceCommand
- Command::AmbariServiceDelete
- Defined in:
- lib/command/ambari_service_delete.rb
Overview
# Command used to get information on a cluster’s ambari service.
Instance Attribute Summary
Attributes inherited from AmbariClusterServiceCommand
Attributes inherited from AmbariClusterCommand
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#exec ⇒ Object
The execution of the command.
Methods inherited from AmbariClusterServiceCommand
Methods inherited from AmbariClusterCommand
Methods inherited from AmbariCommand
Methods inherited from BasicCommand
Constructor Details
This class inherits a constructor from Command::AmbariClusterServiceCommand
Instance Method Details
#exec ⇒ Object
The execution of the command.
16 17 18 |
# File 'lib/command/ambari_service_delete.rb', line 16 def exec() @receiver.delete_service(@cluster_name, @service_name) end |