Spec-Zone.ru › Ruby 3.4

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 2043
def initialize(addresses)
  @addresses = addresses.map {|address| IPv6.create(address) }
end

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

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

Spec-Zone.ru

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