class ACIrb::TopoctrlEncapBlk

Public Instance Methods

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