class ACIrb::PingExecFab
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/ping.rb, line 87 def rn 'pingexecfab-[' << @attributes['name'] << ']-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '' end