class ACIrb::DhcpDiscNode

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dhcp.rb, line 420
def rn
  'bd-[' << @attributes['encap'] << ']-' << @attributes['mac'] << '-[' << @attributes['ciAddr'] << ']'
end