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



1687
1688
1689
# File 'lib/nexpose.rb', line 1687

def connection
  @connection
end

#engine_idObject (readonly)

The Engine ID



1689
1690
1691
# File 'lib/nexpose.rb', line 1689

def engine_id
  @engine_id
end

#errorObject (readonly)

true if an error condition exists; false otherwise



1679
1680
1681
# File 'lib/nexpose.rb', line 1679

def error
  @error
end

#error_msgObject (readonly)

Error message string



1681
1682
1683
# File 'lib/nexpose.rb', line 1681

def error_msg
  @error_msg
end

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

Array containing (ScanSummary*)



1691
1692
1693
# File 'lib/nexpose.rb', line 1691

def scan_summaries
  @scan_summaries
end