class ACIrb::DhcptlvUInt32

Public Instance Methods

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