class ACIrb::BgpAsItem

Public Instance Methods

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