class ACIrb::DhcptlvpolUInt64

Public Instance Methods

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