class ACIrb::FvnsEncapBlkDef

Public Instance Methods

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