class ACIrb::Uribv6Nexthop

Public Instance Methods

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