class ACIrb::DhcpLease

Public Instance Methods

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