Class: Nmap::IpIdSequence
- Defined in:
- lib/nmap/ip_id_sequence.rb
Overview
Represents an IP ID.
Instance Method Summary collapse
-
#to_s ⇒ String
Converts the IpidSequence class to a String.
Methods inherited from Sequence
#description, #initialize, #values
Constructor Details
This class inherits a constructor from Nmap::Sequence
Instance Method Details
#to_s ⇒ String
Converts the IpidSequence class to a String.
19 20 21 |
# File 'lib/nmap/ip_id_sequence.rb', line 19 def to_s "description=#{description.inspect} values=#{values.inspect}" end |