class ACIrb::DhcpRelayGw

Public Instance Methods

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