class Resolv::DNS::SvcParam::Port
Constants
- KeyName
- KeyNumber
Attributes
Public Class Methods
Source
# File lib/resolv.rb, line 1981 def initialize(port) @port = port.to_int end
Initialize “port” ScvParam.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.