Class: Command::AmbariClusterList
- Inherits:
-
AmbariCommand
- Object
- BasicCommand
- AmbariCommand
- Command::AmbariClusterList
- Defined in:
- lib/command/ambari_cluster_list.rb
Overview
Command used to get the list of the ambari clusters.
Instance Attribute Summary
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#exec ⇒ Object
The execution of the command.
Methods inherited from AmbariCommand
Methods inherited from BasicCommand
Constructor Details
This class inherits a constructor from Command::AmbariCommand
Instance Method Details
#exec ⇒ Object
The execution of the command.
15 16 17 |
# File 'lib/command/ambari_cluster_list.rb', line 15 def exec() return receiver.list_clusters() end |