class ACIrb::OpflexODevCmdResp
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/opflex.rb, line 8352 def rn 'odcresp-' << @attributes['devId'] << '-sess-' << @attributes['sessId'] << '-cmd-' << @attributes['cmdId'] << '' end