class ACIrb::VnsDevFolder

Public Instance Methods

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