class ACIrb::SvccoreNode

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/svccore.rb, line 218
def rn
  'node-' << @attributes['nodeId'] << '-card-' << @attributes['cardId'] << '-svc-' << @attributes['svcName'] << '-ts-' << @attributes['createTime'] << ''
end