class Resolv::DNS::SvcParam::Mandatory
Constants
- KeyName
- KeyNumber
Attributes
Public Class Methods
Source
# File lib/resolv.rb, line 1903 def initialize(keys) @keys = keys.map(&:to_int) end
Initialize “mandatory” ScvParam.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.