Spec-Zone.ru › Ruby 3.3

класс Resolv::DNS::SvcParam::IPv4Hint

Родитель:
Resolv::DNS::SvcParam

“ipv4hint” SvcParam – подсказки адресов IPv4

Константы

KeyName
KeyNumber

Атрибуты

addresses[R]

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

Публичные методы класса

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

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

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