Class: ActionDispatch::Routing::Endpoint
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Endpoint
show all
- Defined in:
- lib/action_dispatch/routing/endpoint.rb
Overview
Instance Method Summary
collapse
Instance Method Details
#app ⇒ Object
7
|
# File 'lib/action_dispatch/routing/endpoint.rb', line 7
def app; self; end
|
#dispatcher? ⇒ Boolean
4
|
# File 'lib/action_dispatch/routing/endpoint.rb', line 4
def dispatcher?; false; end
|
#matches?(req) ⇒ Boolean
6
|
# File 'lib/action_dispatch/routing/endpoint.rb', line 6
def matches?(req); true; end
|
#redirect? ⇒ Boolean
5
|
# File 'lib/action_dispatch/routing/endpoint.rb', line 5
def redirect?; false; end
|