class ACIrb::BgpPeer

Public Instance Methods

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