class ACIrb::TunnelBank

Public Instance Methods

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