class ACIrb::FvcapRule

Public Instance Methods

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