class ACIrb::BgpExtComm

Public Instance Methods

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