Well Known Service resource.
Constants
No documentation available
No documentation available
Attributes
Read
The host these services run on.
Read
IP protocol number for these services.
Class Methods
lib/resolv.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/resolv.rb, line 2208
def initialize(address, protocol, bitmap)
@address = IPv4.create(address)
@protocol = protocol
@bitmap = bitmap
end
No documentation available