Class: NeverBounce::API::Response::JobsDownload
- Defined in:
- lib/never_bounce/api/response/jobs_download.rb
Overview
A response to jobs/download
. Body is an octet-stream, not a JSON structure.
Instance Attribute Summary
Attributes inherited from Container
Instance Method Summary collapse
-
#success? ⇒ Boolean
Always
true
.
Methods inherited from Message
Methods inherited from Container
Instance Method Details
#success? ⇒ Boolean
Always true
.
10 11 12 |
# File 'lib/never_bounce/api/response/jobs_download.rb', line 10 def success? true end |