Parent

Methods

Net::DNS::RR::MR

Mail Rename Record (MR)

Class for DNS MR resource records.

Public Instance Methods

newname() click to toggle source

Gets the newname value.

Returns a String.

# File lib/net/dns/rr/mr.rb, line 16
def newname
  @newname
end
value() click to toggle source

Gets the standardized value for this record, represented by the value of newname.

Returns a String.

# File lib/net/dns/rr/mr.rb, line 24
def value
  newname.to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.