Method: Opsmgr::Environments#initialize

Defined in:
lib/opsmgr/environments.rb

#initialize(config_path, env_name = '') ⇒ Environments



45
46
47
48
# File 'lib/opsmgr/environments.rb', line 45

def initialize(config_path, env_name = '')
  @config_path = config_path
  @env_name = env_name
end