Class: OasGrape::RouteExtractor

Inherits:
Object
  • Object
show all
Defined in:
lib/oas_grape/route_extractor.rb

Class Method Summary collapse

Class Method Details

.clear_cacheObject



10
11
12
# File 'lib/oas_grape/route_extractor.rb', line 10

def clear_cache
  @host_routes = nil
end

.host_routesObject



6
7
8
# File 'lib/oas_grape/route_extractor.rb', line 6

def host_routes
  @host_routes ||= extract_grape_routes
end