Method: Restify::Processors::Base#initialize
- Defined in:
- lib/restify/processors/base.rb
#initialize(context, response) ⇒ Base
Returns a new instance of Base.
10 11 12 13 |
# File 'lib/restify/processors/base.rb', line 10 def initialize(context, response) @context = context @response = response end |