Class Net::DNS::RR::CNAME
In: lib/net/dns/rr/cname.rb
Parent: RR

Canonical Name Record (CNAME)

Class for DNS CNAME resource records.

A CNAME record maps an alias or nickname to the real or Canonical name which may lie outside the current zone. Canonical means expected or real name.

Methods

cname   value  

Public Instance methods

Gets the canonical name value.

Returns a String.

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

Returns a String.

[Validate]