Method: Pipekit::Request#response_from
- Defined in:
- lib/pipekit/request.rb
#response_from(response_data) ⇒ Object
79 80 81 |
# File 'lib/pipekit/request.rb', line 79 def response_from(response_data) Result.response(resource, response_data) end |