class Resolv::DNS::SvcParam::Mandatory
“mandatory” SvcParam
– Mandatory
keys in service binding RR
Constants
- KeyName
- KeyNumber
Attributes
keys
[R]
Mandatory
keys.
Public Class Methods
new
(keys)
Initialize “mandatory” ScvParam.
# File lib/resolv.rb, line 1898 def initialize(keys) @keys = keys.map(&:to_int) end