class ACIrb::StpIf

Public Instance Methods

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