class ACIrb::LldptlvIp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/lldptlv.rb, line 46
def rn
  'ip-' << @attributes['code'] << '-val-[' << @attributes['value'] << ']'
end