class ACIrb::TroubleshootEpTransition

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/troubleshoot.rb, line 33
def rn
  'epts-[' << @attributes['subj'] << ']-' << @attributes['id'] << ''
end