class Resolv::DNS::SvcParam

Base class for SvcParam. [RFC9460]

Public Class Methods

key_name ()

Get the presentation name of the SvcParamKey.

# File lib/resolv.rb, line 1822
def self.key_name
  const_get(:KeyName)
end
key_number ()

Get the registered number of the SvcParamKey.

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