Method: CVEList::MalformedCVE#initialize
- Defined in:
- lib/cvelist/malformed_cve.rb
#initialize(path, exception) ⇒ MalformedCVE
Initializes the malformed json.
26 27 28 29 |
# File 'lib/cvelist/malformed_cve.rb', line 26 def initialize(path,exception) @path = path @exception = exception end |