class ACIrb::VnsEPpInfo

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 3259
def rn
  'G-' << @attributes['graphRn'] << '-N-' << @attributes['nodeRn'] << '-C-' << @attributes['connRn'] << ''
end