Method: Command::AmbariServiceConfLs#initialize

Defined in:
lib/command/ambari_service_conf_ls.rb

#initialize(cluster_name) ⇒ AmbariServiceConfLs (private)

Default constructor.

Author:

  • mbretaud



16
17
18
19
# File 'lib/command/ambari_service_conf_ls.rb', line 16

def initialize(cluster_name)
  super(cluster_name)
  @logger.info("Command::AmbariServiceConfLs   initialize the parameters...")
end