Sha256: 054fa5d612cf508b2f0074ffe283224b7d530bec1221c56f647f6801fcdf78e9
Contents?: true
Size: 422 Bytes
Versions: 3
Compression:
Stored size: 422 Bytes
Contents
require 'nmap/xml/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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-nmap-1.0.2 | lib/nmap/xml/host_script.rb |
ruby-nmap-1.0.1 | lib/nmap/xml/host_script.rb |
ruby-nmap-1.0.0 | lib/nmap/xml/host_script.rb |