Class: Nexpose::EngineActivity
- Inherits:
-
Object
- Object
- Nexpose::EngineActivity
- Defined in:
- lib/nexpose.rb
Overview
TODO
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
The NSC Connection associated with this object.
-
#engine_id ⇒ Object
readonly
The Engine ID.
-
#error ⇒ Object
readonly
true if an error condition exists; false otherwise.
-
#error_msg ⇒ Object
readonly
Error message string.
-
#request_xml ⇒ Object
readonly
The last XML request sent by this object.
-
#response_xml ⇒ Object
readonly
The last XML response received by this object.
-
#scan_summaries ⇒ Object
readonly
Array containing (ScanSummary*).
Instance Attribute Details
#connection ⇒ Object (readonly)
The NSC Connection associated with this object
1687 1688 1689 |
# File 'lib/nexpose.rb', line 1687 def connection @connection end |
#engine_id ⇒ Object (readonly)
The Engine ID
1689 1690 1691 |
# File 'lib/nexpose.rb', line 1689 def engine_id @engine_id end |
#error ⇒ Object (readonly)
true if an error condition exists; false otherwise
1679 1680 1681 |
# File 'lib/nexpose.rb', line 1679 def error @error end |
#error_msg ⇒ Object (readonly)
Error message string
1681 1682 1683 |
# File 'lib/nexpose.rb', line 1681 def error_msg @error_msg end |
#request_xml ⇒ Object (readonly)
The last XML request sent by this object
1683 1684 1685 |
# File 'lib/nexpose.rb', line 1683 def request_xml @request_xml end |
#response_xml ⇒ Object (readonly)
The last XML response received by this object
1685 1686 1687 |
# File 'lib/nexpose.rb', line 1685 def response_xml @response_xml end |
#scan_summaries ⇒ Object (readonly)
Array containing (ScanSummary*)
1691 1692 1693 |
# File 'lib/nexpose.rb', line 1691 def scan_summaries @scan_summaries end |