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
2164 2165 2166 |
# File 'lib/nexpose.rb', line 2164 def connection @connection end |
#engine_id ⇒ Object (readonly)
The Engine ID
2166 2167 2168 |
# File 'lib/nexpose.rb', line 2166 def engine_id @engine_id end |
#error ⇒ Object (readonly)
true if an error condition exists; false otherwise
2156 2157 2158 |
# File 'lib/nexpose.rb', line 2156 def error @error end |
#error_msg ⇒ Object (readonly)
Error message string
2158 2159 2160 |
# File 'lib/nexpose.rb', line 2158 def error_msg @error_msg end |
#request_xml ⇒ Object (readonly)
The last XML request sent by this object
2160 2161 2162 |
# File 'lib/nexpose.rb', line 2160 def request_xml @request_xml end |
#response_xml ⇒ Object (readonly)
The last XML response received by this object
2162 2163 2164 |
# File 'lib/nexpose.rb', line 2162 def response_xml @response_xml end |
#scan_summaries ⇒ Object (readonly)
Array containing (ScanSummary*)
2168 2169 2170 |
# File 'lib/nexpose.rb', line 2168 def scan_summaries @scan_summaries end |