class ACIrb::Uribv4Nexthop

Public Instance Methods

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