class Nmap::IpIdSequence

Represents an IP ID.

@since 0.5.0

Public Instance Methods

to_s() click to toggle source

Converts the IpidSequence class to a String.

@return [String]

The String form of the object.

@since 0.5.0

# File lib/nmap/ip_id_sequence.rb, line 19
def to_s
  "description=#{description.inspect} values=#{values.inspect}"
end