Class: NeverBounce::API::Response::JobsDownload

Inherits:
Message show all
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

#body_hash, #raw

Instance Method Summary collapse

Methods inherited from Message

#error?, #ok?

Methods inherited from Container

oattr, scalar_oattr

Instance Method Details

#success?Boolean

Always true.

Returns:

  • (Boolean)


10
11
12
# File 'lib/never_bounce/api/response/jobs_download.rb', line 10

def success?
  true
end