class ACIrb::DhcptlvpolUInt32

Public Instance Methods

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