class ACIrb::DhcpClient

Public Instance Methods

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