Method: Allorails::Request::OnetimeValidateCodesRequest#_new_response
- Defined in:
- lib/allorails/request/request.rb
#_new_response(signature, headers, body) ⇒ Object
213 214 215 |
# File 'lib/allorails/request/request.rb', line 213 def _new_response(signature, headers, body) Allorails::Response::OnetimeValidateCodesResponse.new(signature, headers, body) end |