class ACIrb::InfraIpP

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/infra.rb, line 2811
def rn
  'ipp-' << @attributes['npName'] << '-epg-' << @attributes['epgName'] << ''
end