Class: Nmap::XML::Postscript

Inherits:
Object
  • Object
show all
Includes:
Scripts
Defined in:
lib/nmap/xml/postscript.rb

Overview

Represents the postscript element.

Since:

  • 1.0.0

Instance Method Summary collapse

Methods included from Scripts

#scripts

Constructor Details

#initialize(node) ⇒ Postscript

Initializes the Postscript object.

Parameters:

  • node (Nokogiri::XML::Node)

    The XML node that contains the host information.

Since:

  • 1.0.0



22
23
24
# File 'lib/nmap/xml/postscript.rb', line 22

def initialize(node)
  @node = node
end