Skip to Content Skip to Search

“port” SvcParamPort for alternative endpoint

Methods
N

Constants

KeyName = :port
 
KeyNumber = 3
 

Attributes

[R] port

Port number.

Class Public methods

new(port)

Initialize “port” ScvParam.

# File ruby/lib/resolv.rb, line 1973
def initialize(port)
  @port = port.to_int
end