Class: Nmap::XML::IpIdSequence

Inherits:
Sequence
  • Object
show all
Defined in:
lib/nmap/xml/ip_id_sequence.rb

Overview

Represents an IP ID.

Since:

  • 1.0.0

Instance Method Summary collapse

Methods inherited from Sequence

#description, #initialize, #values

Constructor Details

This class inherits a constructor from Nmap::XML::Sequence

Instance Method Details

#to_sString

Converts the IpidSequence class to a String.

Returns:

  • (String)

    The String form of the object.

Since:

  • 0.5.0



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

def to_s
  "description=#{description.inspect} values=#{values.inspect}"
end