Spec-Zone.ru › Ruby 3.4

class Resolv::DNS::SvcParam::IPv4Hint

Parent:
Resolv::DNS::SvcParam

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

Постоянные

KeyName
KeyNumber

Атрибуты

addresses [R]

Set IPv4 адресов.

Открытые методы класса

new (addresses)
Исходный код
# File lib/resolv.rb, line 2011
def initialize(addresses)
  @addresses = addresses.map {|address| IPv4.create(address) }
end

Инициализировать “ipv4hint” 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