class ACIrb::LldptlvUInt16

Public Instance Methods

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