class ACIrb::SpanEpRec

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/span.rb, line 689
def rn
  'epr-[' << @attributes['vnid'] << ']-epr-[' << @attributes['ip'] << ']'
end