class ACIrb::BgpPeerAfEntry

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/bgp.rb, line 1257
def rn
  'af-' << @attributes['type'] << ''
end