class ACIrb::DhcptlvIp

Public Instance Methods

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