class ACIrb::AdcomRwiAp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/adcom.rb, line 468
def rn
  'rwiap--' << @attributes['svcId'] << '-' << @attributes['shrdId'] << '-' << @attributes['rplId'] << ''
end