class Nmap::TcpTsSequence

Represents a TCP timestamp.

Public Instance Methods

to_s() click to toggle source

Converts the TcpTsSequence class to a String.

@return [String]

The String form of the object.

@since 0.5.0

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