class ACIrb::VnsDevParam

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 2898
def rn
  'devParam-' << @attributes['name'] << '-key-' << @attributes['key'] << ''
end