Method: AwsAuditor::Google.load_config

Defined in:
lib/aws_auditor/google.rb

.load_configObject



40
41
42
43
# File 'lib/aws_auditor/google.rb', line 40

def self.load_config
  return @config if @config
  @config = GoogleConfig[YAML.load_file(config_path)]
end