class ACIrb::LldptlvUInt64

Public Instance Methods

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