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/vendor/resolv/lib/resolv.rb, line 1888 def initialize(keys) @keys = keys.map(&:to_int) end