class ACIrb::ActrlcapRule

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/actrlcap.rb, line 54
def rn
  'actrlcaprule-[' << @attributes['subj'] << ']-scope-' << @attributes['scope'] << '-type-' << @attributes['type'] << ''
end