class ACIrb::StpVlanRange

Public Instance Methods

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