Class: Nexpose::XML::Reference
- Inherits:
-
Object
- Object
- Nexpose::XML::Reference
- Defined in:
- lib/nexpose/vuln.rb
Overview
Reference information for a Vulnerability.
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(source, reference) ⇒ Reference
constructor
A new instance of Reference.
Constructor Details
#initialize(source, reference) ⇒ Reference
Returns a new instance of Reference.
222 223 224 225 |
# File 'lib/nexpose/vuln.rb', line 222 def initialize(source, reference) @source = source @reference = reference end |
Instance Attribute Details
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
220 221 222 |
# File 'lib/nexpose/vuln.rb', line 220 def reference @reference end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
219 220 221 |
# File 'lib/nexpose/vuln.rb', line 219 def source @source end |