Resolv::DNS::Resource
Mail Exchanger resource.
The host of this MX.
MX
The preference for this MX.
Creates a new MX record with preference, accepting mail at exchange.
preference
exchange
# File ruby-3.1.2/lib/resolv.rb, line 1986 def initialize(preference, exchange) @preference = preference @exchange = exchange end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.