Method: Nikto::XML::ScanDetails#errors
- Defined in:
- lib/nikto/xml/scan_details.rb
#errors ⇒ Integer
How many errors occurred.
111 112 113 |
# File 'lib/nikto/xml/scan_details.rb', line 111 def errors @errors ||= @node['errors'].to_i end |