ruby / 3.3 / resolv / dns / svcparam.html

class Resolv::DNS::SvcParam

Parent:
Object

Base class for SvcParam. [RFC9460]

Public Class Methods

key_name() Show source
# File lib/resolv.rb, line 1819
def self.key_name
  const_get(:KeyName)
end

Get the presentation name of the SvcParamKey.

key_number() Show source
# File lib/resolv.rb, line 1826
def self.key_number
  const_get(:KeyNumber)
end

Get the registered number of the SvcParamKey.

Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.