Method: Risu::Parsers::Nexpose::SimpleNexpose#initialize

Defined in:
lib/risu/parsers/nexpose/simple_nexpose.rb

#initializeSimpleNexpose

Returns a new instance of SimpleNexpose.



42
43
44
45
46
# File 'lib/risu/parsers/nexpose/simple_nexpose.rb', line 42

def initialize
	@vals = Hash.new

	@report = Report.create
end