Resolv::DNS::Resource
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
# File resolv.rb, line 1985 def initialize(preference, exchange) @preference = preference @exchange = exchange end
This page was generated for Ruby 2.4.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.2.