Class: Signpost::Endpoint::Action
- Inherits:
-
Object
- Object
- Signpost::Endpoint::Action
- Defined in:
- lib/signpost/endpoint/action.rb
Defined Under Namespace
Classes: Context
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
40 41 42 |
# File 'lib/signpost/endpoint/action.rb', line 40 def call(env) Context.new(@block, @router, env, env[@params_key]).result end |