class Resolv::DNS::SvcParam::Mandatory

“mandatory” SvcParamMandatory keys in service binding RR

Constants

KeyName
KeyNumber

Attributes

keys[R]

Mandatory keys.

Public Class Methods

new(keys) click to toggle source

Initialize “mandatory” ScvParam.

# File lib/resolv.rb, line 1888
def initialize(keys)
  @keys = keys.map(&:to_int)
end