remove not needed instance var
This commit is contained in:
parent
1572405c05
commit
5ae8c85c7f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue