class ACIrb::QosDot1PClass

Public Instance Methods

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