class ACIrb::FvcapScopeRule

Public Instance Methods

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