class NeverBounce::API::Response::JobsDownload

A response to jobs/download. Body is an octet-stream, not a JSON structure. @see developers.neverbounce.com/v4.0/reference#jobs-download

Public Instance Methods

success?() click to toggle source

Always true.

# File lib/never_bounce/api/response/jobs_download.rb, line 10
def success?
  true
end