class ACIrb::CompCtrlr

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/comp.rb, line 348
def rn
  'ctrlr-[' << @attributes['domName'] << ']-' << @attributes['name'] << ''
end