Class: Nexpose::Assessment
Overview
Assessment statistics for an asset.
Instance Attribute Summary collapse
-
#last_scan_date ⇒ Object
readonly
The date an asset was last scanned.
-
#last_scan_id ⇒ Object
readonly
The ID of the scan which last assessed the asset.
-
#risk_score ⇒ Object
readonly
The current risk score of the asset.
Method Summary
Methods inherited from APIObject
Instance Attribute Details
#last_scan_date ⇒ Object (readonly)
The date an asset was last scanned.
270 271 272 |
# File 'lib/nexpose/asset.rb', line 270 def last_scan_date @last_scan_date end |
#last_scan_id ⇒ Object (readonly)
The ID of the scan which last assessed the asset.
272 273 274 |
# File 'lib/nexpose/asset.rb', line 272 def last_scan_id @last_scan_id end |
#risk_score ⇒ Object (readonly)
The current risk score of the asset.
274 275 276 |
# File 'lib/nexpose/asset.rb', line 274 def risk_score @risk_score end |