class Gem::Resolv::DNS::SvcParam::Mandatory
Constants
- KeyName
- KeyNumber
Attributes
              keys[R]
            
            Mandatory keys.
Public Class Methods
                              new(keys)
                              click to toggle source
                            
                            Initialize “mandatory” ScvParam.
# File rubygems/resolv/lib/resolv.rb, line 1895 def initialize(keys) @keys = keys.map(&:to_int) end