Spec-Zone.ru › Ruby 3.3

class Resolv::DNS::SvcParam::IPv6Hint

Parent:
Resolv::DNS::SvcParam

“ipv6hint” SvcParam – IPv6 адреса подсказки

Константы

KeyName
KeyNumber

Атрибуты

addresses[R]

Set списка IPv6 адресов.

Общедоступные методы класса

new(addresses) Показать исходный код
# File lib/resolv.rb, line 2035
def initialize(addresses)
  @addresses = addresses.map {|address| IPv6.create(address) }
end

Инициализировать “ipv6hint” ScvParam.

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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API