class Gem::Resolv::DNS::SvcParam::Port
Constants
- KeyName
- KeyNumber
Attributes
port[R]
Port
number.
Public Class Methods
new(port)
click to toggle source
Initialize “port” ScvParam.
# File rubygems/vendor/resolv/lib/resolv.rb, line 1973 def initialize(port) @port = port.to_int end