class Otis::Map

Attributes

routes[R]

Public Class Methods

new(routes) click to toggle source
# File lib/otis/map.rb, line 4
def initialize(routes)
  @routes = routes
end