Class: Nexpose::Software

Inherits:
APIObject show all
Defined in:
lib/nexpose/asset.rb

Overview

Software found on an asset.

Instance Attribute Summary collapse

Method Summary

Methods inherited from APIObject

#object_from_hash

Instance Attribute Details

#familyObject (readonly)

The family of software.



73
74
75
# File 'lib/nexpose/asset.rb', line 73

def family
  @family
end

#productObject (readonly)

The software product name.



67
68
69
# File 'lib/nexpose/asset.rb', line 67

def product
  @product
end

#typeObject (readonly)

Type of software.



75
76
77
# File 'lib/nexpose/asset.rb', line 75

def type
  @type
end

#vendorObject (readonly)

Name of the vendor publishing the software.



71
72
73
# File 'lib/nexpose/asset.rb', line 71

def vendor
  @vendor
end

#versionObject (readonly)

The version of software detected.



69
70
71
# File 'lib/nexpose/asset.rb', line 69

def version
  @version
end