class ACIrb::FvnsMcastAddrBlk
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/fvns.rb, line 262 def rn 'fromaddr-[' << @attributes['from'] << ']-toaddr-[' << @attributes['to'] << ']' end