class ACIrb::DhcptlvUInt16

Public Instance Methods

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