class ACIrb::FvBDDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fv.rb, line 1853
def rn
  'bd-[' << @attributes['bdDn'] << ']-isSvc-' << @attributes['isSvc'] << ''
end