class ACIrb::IdentSegmentIp

Public Instance Methods

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