Mail Exchanger resource.
The host of this MX
.
The preference for this MX
.
# File lib/resolv.rb, line 1986 def initialize(preference, exchange) @preference = preference @exchange = exchange end
Creates a new MX
record with preference
, accepting mail at exchange
.
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.