类 Resolv::DNS::SvcParam::Port
常量
- KeyName
- KeyNumber
属性
port[R]
Port
端口号。
公共类方法
new(port) 点击切换源代码
初始化 “port” ScvParam。
# File lib/resolv.rb, line 1973 def initialize(port) @port = port.to_int end