class ACIrb::IsistlvUInt16

Public Instance Methods

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