class Nmap::XML::Prescript

Represents the ‘prescript` element.

@since 1.0.0

Public Class Methods

new(node) click to toggle source

Initializes the Prescript object.

@param [Nokogiri::XML::Node] node

The XML node that contains the host information.
# File lib/nmap/xml/prescript.rb, line 20
def initialize(node)
  @node = node
end