class ACIrb::DhcpClientAddr

Public Instance Methods

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