class ACIrb::BgpRoute

Public Instance Methods

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