class ACIrb::DhcpOptionDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dhcp.rb, line 905
def rn
  'opt-' << @attributes['name'] << ''
end