class ACIrb::DbgProfile

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 2808
def rn
  'profile-' << @attributes['type'] << '-name-' << @attributes['name'] << ''
end