add freeze in variable constant

parent 270b1c6a
Pipeline #782 failed with stages
in 0 seconds
......@@ -20,7 +20,7 @@ class CSVImporter
end
def get_file_csv
Net::FTP.open(@NAME_DOMAIN, @USERNAME_FTP, @PASSWORD_FTP) do |ftp|
Net::FTP.open(NAME_DOMAIN, USERNAME_FTP, PASSWORD_FTP) do |ftp|
ftp.getbinaryfile('jobs.zip')
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment