Class: Resolv::DNS::SvcParam
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Namespace Children | |
|
Classes:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Inherits: | Object |
| Defined in: | lib/resolv.rb |
Overview
Base class for SvcParam. [RFC9460]
Constant Summary
Class Method Summary
-
.key_name
Get the presentation name of the SvcParamKey.
-
.key_number
Get the registered number of the SvcParamKey.
Class Method Details
.key_name
Get the presentation name of the SvcParamKey.
# File 'lib/resolv.rb', line 1847
def self.key_name const_get(:KeyName) end
.key_number
Get the registered number of the SvcParamKey.
# File 'lib/resolv.rb', line 1854
def self.key_number const_get(:KeyNumber) end