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



2035
2036
2037
# File 'lib/nexpose.rb', line 2035

def connection
  @connection
end

#engine_idObject (readonly)

The Engine ID



2037
2038
2039
# File 'lib/nexpose.rb', line 2037

def engine_id
  @engine_id
end

#errorObject (readonly)

true if an error condition exists; false otherwise



2027
2028
2029
# File 'lib/nexpose.rb', line 2027

def error
  @error
end

#error_msgObject (readonly)

Error message string



2029
2030
2031
# File 'lib/nexpose.rb', line 2029

def error_msg
  @error_msg
end

#request_xmlObject (readonly)

The last XML request sent by this object



2031
2032
2033
# File 'lib/nexpose.rb', line 2031

def request_xml
  @request_xml
end

#response_xmlObject (readonly)

The last XML response received by this object



2033
2034
2035
# File 'lib/nexpose.rb', line 2033

def response_xml
  @response_xml
end

#scan_summariesObject (readonly)

Array containing (ScanSummary*)



2039
2040
2041
# File 'lib/nexpose.rb', line 2039

def scan_summaries
  @scan_summaries
end