Class: Nmap::TcpTsSequence

Inherits:
Sequence show all
Defined in:
lib/nmap/tcp_ts_sequence.rb

Overview

Represents a TCP timestamp.

Instance Method Summary collapse

Methods inherited from Sequence

#description, #initialize, #values

Constructor Details

This class inherits a constructor from Nmap::Sequence

Instance Method Details

#to_sString

Converts the TcpTsSequence class to a String.

Returns:

  • (String)

    The String form of the object.

Since:

  • 0.5.0



17
18
19
# File 'lib/nmap/tcp_ts_sequence.rb', line 17

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