class ACIrb::OpflexODevCmdReq

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/opflex.rb, line 8324
def rn
  'odcreq-' << @attributes['devId'] << '-sess-' << @attributes['sessId'] << '-cmd-' << @attributes['cmdId'] << ''
end