class ACIrb::BgpNextHop

Public Instance Methods

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