Sha256: d4fe1c9a7cb5c584909abca5e061f59c8845f284cc5a0214ef888d25b5f7346c
Contents?: true
Size: 352 Bytes
Versions: 31
Compression:
Stored size: 352 Bytes
Contents
module OpenVAS::V6 # The format is given by the OMPv4 :get_reports call (OpenVASv6 uses OMPv4). # # ::OpenVAS::Result already implements v6, so basically there is nothing to # overwrite here. Great OO-design? Probably not! # # See: # http://www.openvas.org/omp-4-0.html#command_get_reports class Result < ::OpenVAS::Result end end
Version data entries
31 entries across 31 versions & 1 rubygems