class Gem::Resolv::DNS::SvcParam::Mandatory

服务绑定 RR 中的 “mandatory” SvcParamMandatory

常量

KeyName
KeyNumber

属性

keys[R]

Mandatory 键。

公共类方法

new(keys) 点击切换源代码

初始化 “mandatory” ScvParam。

# File rubygems/vendor/resolv/lib/resolv.rb, line 1903
def initialize(keys)
  @keys = keys.map(&:to_int)
end