Class
Grape::Router
In:
lib/grape/router/route.rb
lib/grape/router/attribute_translator.rb
lib/grape/router/pattern.rb
lib/grape/router.rb
Parent:
Object
Methods
append
associate_routes
call
compile!
new
normalize_path
recognize_path
supported_methods
Classes and Modules
Class
Grape::Router::Any
Class
Grape::Router::AttributeTranslator
Class
Grape::Router::Pattern
Class
Grape::Router::Route
Attributes
compiled
[R]
map
[R]
Public Class methods
new
()
normalize_path
(path)
supported_methods
()
Public Instance methods
append
(route)
associate_routes
(pattern, **options)
call
(env)
compile!
()
recognize_path
(input)
[Validate]