class ACIrb::AaaDomain

Public Instance Methods

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