class ACIrb::FvStCEp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fv.rb, line 12891
def rn
  'stcep-' << @attributes['mac'] << '-type-' << @attributes['type'] << ''
end