class ACIrb::VzConsDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vz.rb, line 1019
def rn
  'cons-[' << @attributes['epgDn'] << ']-any-' << @attributes['isAny'] << ''
end