Method: Command::AmbariServiceConfLs#exec
- Defined in:
- lib/command/ambari_service_conf_ls.rb
#exec ⇒ Hash
The execution of the command.
25 26 27 |
# File 'lib/command/ambari_service_conf_ls.rb', line 25 def exec() return receiver.get_cluster_configurations_list(@cluster_name) end |