class ACIrb::PconsCons

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/pcons.rb, line 172
def rn
  'cons-[' << @attributes['cDn'] << ']-' << @attributes['resolverType'] << ''
end