Class: Command::AmbariServiceList
- Inherits:
-
AmbariClusterCommand
- Object
- BasicCommand
- AmbariCommand
- AmbariClusterCommand
- Command::AmbariServiceList
- Defined in:
- lib/command/ambari_service_list.rb
Overview
Command used to get the list of the ambari services of a cluster.
Instance Attribute Summary
Attributes inherited from AmbariClusterCommand
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#exec ⇒ Hash
The execution of the command.
Methods inherited from AmbariClusterCommand
Methods inherited from AmbariCommand
Methods inherited from BasicCommand
Constructor Details
This class inherits a constructor from Command::AmbariClusterCommand
Instance Method Details
#exec ⇒ Hash
The execution of the command.
16 17 18 |
# File 'lib/command/ambari_service_list.rb', line 16 def exec() return receiver.show_cluster_services(@cluster_name) end |