class ACIrb::ArpIf

Public Instance Methods

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