Module: Batchly::Response
- Defined in:
- lib/batchly-sdk.rb,
lib/batchly-sdk/response/iresponse.rb,
lib/batchly-sdk/response/db_response.rb,
lib/batchly-sdk/response/file_response.rb,
lib/batchly-sdk/response/default_response.rb
Overview
All response types that batchly supports for different data destinations are available as part of this module Currently supports DefaultResponse, FileResponse and DbResponse
Defined Under Namespace
Classes: DbResponse, DefaultResponse, FileResponse, IResponse