class ACIrb::RelnTcPol

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/reln.rb, line 626
def rn
  'tcpol-' << @attributes['policyType'] << '-' << @attributes['policyRn'] << ''
end