class KPM::TenantConfig
def store_into_file(export_data)
def store_into_file(export_data) export_file = TMP_DIR + File::SEPARATOR + 'kbdump' File.open(export_file, 'w') { |io| io.puts export_data.to_json } export_file end
def store_into_file(export_data) export_file = TMP_DIR + File::SEPARATOR + 'kbdump' File.open(export_file, 'w') { |io| io.puts export_data.to_json } export_file end