class ACIrb::FvnsUcastAddrBlk

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fvns.rb, line 745
def rn
  'fromaddr-[' << @attributes['from'] << ']-toaddr-[' << @attributes['to'] << ']'
end