Sha256: 1691cc0fab99a3fd28765564e6806c0f0b4959ea69bd081346b591a9029e83e4
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true require_relative 'scripts' module Nmap class XML # # Represents the `hostscript` element. # # @since 1.0.0 # class HostScript include Scripts # # Initializes the HostScript object. # # @param [Nokogiri::XML::Node] node # The XML node that contains the host information. # def initialize(node) @node = node end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-nmap-1.0.3 | lib/nmap/xml/host_script.rb |