Mail Exchanger resource.
The host of this MX.
The preference for this MX.
Creates a new MX record with preference, accepting mail at exchange.
preference
exchange
Source: show | on GitHub
# File lib/resolv.rb, line 1902 def initialize(preference, exchange) @preference = preference @exchange = exchange end