类 Resolv::DNS::SvcParam::Mandatory
常量
- KeyName
- KeyNumber
属性
keys[R]
Mandatory
键。
公共类方法
new(keys) 点击切换源代码
初始化 “mandatory” ScvParam。
# File lib/resolv.rb, line 1895 def initialize(keys) @keys = keys.map(&:to_int) end