class ACIrb::CdpIf

Public Instance Methods

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