Method: ScanEngine#rapid7_hosted?

Defined in:
lib/domain/scan_engine/model.rb

#rapid7_hosted?Boolean

Returns:

  • (Boolean)


66
67
68
# File 'lib/domain/scan_engine/model.rb', line 66

def rapid7_hosted?
  name == 'Rapid7 Hosted Scan Engine'
end