class ACIrb::DlgtPostponedFunc

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dlgt.rb, line 157
def rn
  'postponedfunc-[' << @attributes['postponedDn'] << ']-' << @attributes['label'] << '-' << @attributes['stage'] << ''
end