Class: Nexpose::EngineActivity

Inherits:
Object
  • Object
show all
Defined in:
lib/nexpose.rb

Overview

TODO

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject (readonly)

The NSC Connection associated with this object



2164
2165
2166
# File 'lib/nexpose.rb', line 2164

def connection
  @connection
end

#engine_idObject (readonly)

The Engine ID



2166
2167
2168
# File 'lib/nexpose.rb', line 2166

def engine_id
  @engine_id
end

#errorObject (readonly)

true if an error condition exists; false otherwise



2156
2157
2158
# File 'lib/nexpose.rb', line 2156

def error
  @error
end

#error_msgObject (readonly)

Error message string



2158
2159
2160
# File 'lib/nexpose.rb', line 2158

def error_msg
  @error_msg
end

#request_xmlObject (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_xmlObject (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_summariesObject (readonly)

Array containing (ScanSummary*)



2168
2169
2170
# File 'lib/nexpose.rb', line 2168

def scan_summaries
  @scan_summaries
end