class Resolv::DNS::SvcParam::Port

“port” SvcParam – 备用端点的 Port

常量

KeyName
KeyNumber

属性

port[R]

Port 数字。

公共类方法

new(port) 点击以切换源码

初始化 "port" ScvParam。

# File resolv.rb, line 1981
def initialize(port)
  @port = port.to_int
end