Sha256: 02edade238865fe36319ab04ca2cb3e65d0f00156a41167875324951e0e6e14c

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

require 'nmap/scripts'

module Nmap
  #
  # Represents the `hostscript` element.
  #
  # @since 0.9.0
  #
  class HostScript

    include Scripts

    def initialize(node)
      @node = node
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-nmap-0.10.0 lib/nmap/host_script.rb
ruby-nmap-0.9.3 lib/nmap/host_script.rb
ruby-nmap-0.9.2 lib/nmap/host_script.rb
ruby-nmap-0.9.1 lib/nmap/host_script.rb
ruby-nmap-0.9.0 lib/nmap/host_script.rb