class ACIrb::TunnelIf

Public Instance Methods

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