Class: Flight::Router::App
Instance Method Summary collapse
-
#initialize(map) ⇒ App
constructor
A new instance of App.
- #map ⇒ Object
Methods inherited from MapBase
Constructor Details
#initialize(map) ⇒ App
Returns a new instance of App.
3 4 5 |
# File 'lib/flight/router/app.rb', line 3 def initialize(map) @map = map end |
Instance Method Details
#map ⇒ Object
7 8 9 |
# File 'lib/flight/router/app.rb', line 7 def map @map.map end |