class ACIrb::PingRsltFab

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ping.rb, line 219
def rn
  'pingrsltfab-[' << @attributes['name'] << ']-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '-ts-' << @attributes['startTs'] << ''
end