module Nexpose
here uh what
General management and diagnostic functions.
Constants
- VERSION
The latest version of the
Nexpose
gem
Public Class Methods
print_xml(object)
click to toggle source
Echos the last XML
API request and response for the specified object. (Useful for debugging)
# File lib/nexpose.rb, line 121 def self.print_xml(object) puts 'request: ' + object.request_xml.to_s puts 'response: ' + object.response_xml.to_s end