class Resolv::DNS::SvcParam::Port
Constants
- KeyName
- KeyNumber
Attributes
Public Class Methods
Source
# File lib/resolv.rb, line 1978 def initialize(port) @port = port.to_int end
Initialize “port” ScvParam.
# File lib/resolv.rb, line 1978 def initialize(port) @port = port.to_int end
Initialize “port” ScvParam.