class ACIrb::DhcptlvpolUByte

Public Instance Methods

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