Class: Nexpose::Software
Overview
Software found on an asset.
Instance Attribute Summary collapse
-
#family ⇒ Object
readonly
The family of software.
-
#product ⇒ Object
readonly
The software product name.
-
#type ⇒ Object
readonly
Type of software.
-
#vendor ⇒ Object
readonly
Name of the vendor publishing the software.
-
#version ⇒ Object
readonly
The version of software detected.
Method Summary
Methods inherited from APIObject
Instance Attribute Details
#family ⇒ Object (readonly)
The family of software.
73 74 75 |
# File 'lib/nexpose/asset.rb', line 73 def family @family end |
#product ⇒ Object (readonly)
The software product name.
67 68 69 |
# File 'lib/nexpose/asset.rb', line 67 def product @product end |
#type ⇒ Object (readonly)
Type of software.
75 76 77 |
# File 'lib/nexpose/asset.rb', line 75 def type @type end |
#vendor ⇒ Object (readonly)
Name of the vendor publishing the software.
71 72 73 |
# File 'lib/nexpose/asset.rb', line 71 def vendor @vendor end |
#version ⇒ Object (readonly)
The version of software detected.
69 70 71 |
# File 'lib/nexpose/asset.rb', line 69 def version @version end |