Class: OasGrape::RouteExtractor
- Inherits:
-
Object
- Object
- OasGrape::RouteExtractor
- Defined in:
- lib/oas_grape/route_extractor.rb
Class Method Summary collapse
Class Method Details
.clear_cache ⇒ Object
10 11 12 |
# File 'lib/oas_grape/route_extractor.rb', line 10 def clear_cache @host_routes = nil end |
.host_routes ⇒ Object
6 7 8 |
# File 'lib/oas_grape/route_extractor.rb', line 6 def host_routes @host_routes ||= extract_grape_routes end |