class ACIrb::QosDscpClass

Public Instance Methods

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