class ACIrb::VnsPrefix

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 5055
def rn
  'prefix-[' << @attributes['ip'] << ']'
end