class Nmap::XML::IpIdSequence
Represents an IP ID.
@since 1.0.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/xml/ip_id_sequence.rb, line 20 def to_s "description=#{description.inspect} values=#{values.inspect}" end