class ACIrb::DnsLblDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dns.rb, line 229
def rn
  'dnslbl-' << @attributes['name'] << ''
end