class ACIrb::PconsRA

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/pcons.rb, line 810
def rn
  'ra-[' << @attributes['ctx'] << ']-' << @attributes['svc'] << '-' << @attributes['systemId'] << '-' << @attributes['systemType'] << '-' << @attributes['slotId'] << '-' << @attributes['updateType'] << '-' << @attributes['resolverType'] << ''
end