class ACIrb::BgpAsSeg

Public Instance Methods

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