class ACIrb::MockStats

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/mock.rb, line 108
def rn
  'stat-ns-' << @attributes['nameSpace'] << '-stat-' << @attributes['statName'] << ''
end