Method: Restify::Processors::Base#load
- Defined in:
- lib/restify/processors/base.rb
#load ⇒ Object
Return resource or data.
Should be overridden in subclass.
32 33 34 |
# File 'lib/restify/processors/base.rb', line 32 def load body end |