Class: ActionDispatch::Routing::Endpoint

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#appObject



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

def app;           self;  end

#dispatcher?Boolean

Returns:

  • (Boolean)


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

def dispatcher?;   false; end

#matches?(req) ⇒ Boolean

Returns:

  • (Boolean)


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

def matches?(req); true;  end

#redirect?Boolean

Returns:

  • (Boolean)


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

def redirect?;     false; end