class ACIrb::AaaUserRole

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/aaa.rb, line 2892
def rn
  'role-' << @attributes['name'] << ''
end