class ACIrb::DhcptlvUByte
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/dhcptlv.rb, line 115 def rn 'ubyte-' << @attributes['code'] << '-val-' << @attributes['value'] << '' end
# File lib/acirb/model/dhcptlv.rb, line 115 def rn 'ubyte-' << @attributes['code'] << '-val-' << @attributes['value'] << '' end