Method: Command::AmbariServiceConfLs#exec

Defined in:
lib/command/ambari_service_conf_ls.rb

#execHash

The execution of the command.

Returns:

  • (Hash)

    The pieces of configurations of the cluster.

Author:

  • mbretaud



25
26
27
# File 'lib/command/ambari_service_conf_ls.rb', line 25

def exec()
  return receiver.get_cluster_configurations_list(@cluster_name)
end