class ACIrb::IsistlvMac

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/isistlv.rb, line 69
def rn
  'mac-' << @attributes['code'] << '-val-' << @attributes['value'] << ''
end