class ACIrb::AaaDomainRef

Public Instance Methods

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