remove not needed instance var

This commit is contained in:
kenna-bmcdevitt 2020-10-29 01:46:51 -05:00
parent 1572405c05
commit 5ae8c85c7f

View file

@ -12,7 +12,6 @@ class RhelRpmToCve
@filepath = filepath @filepath = filepath
@file = File.read(filepath) if filepath @file = File.read(filepath) if filepath
@xml = Ox.parse(file) if filepath @xml = Ox.parse(file) if filepath
@sec_api_url = 'https://access.redhat.com/hydra/rest/securitydata'
end end
def list_pkg_names def list_pkg_names