class ACIrb::LldptlvMac
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/lldptlv.rb, line 69 def rn 'mac-' << @attributes['code'] << '-val-' << @attributes['value'] << '' end
# File lib/acirb/model/lldptlv.rb, line 69 def rn 'mac-' << @attributes['code'] << '-val-' << @attributes['value'] << '' end