class ACIrb::LacpIf

Public Instance Methods

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