Class: ActionDispatch::Routing::Endpoint

Inherits:
Object
  • Object
show all
Defined in:
actionpack/lib/action_dispatch/routing/endpoint.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#appObject



9
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 9

def app;           self;  end

#dispatcher?Boolean

Returns:

  • (Boolean)


6
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 6

def dispatcher?;   false; end

#matches?(req) ⇒ Boolean

Returns:

  • (Boolean)


8
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 8

def matches?(req); true;  end

#redirect?Boolean

Returns:

  • (Boolean)


7
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 7

def redirect?;     false; end