module NeverBounce::API::Response::Feature::JobStatusFields::InstanceMethods

@!attribute id

@return [Integer]

@!attribute job_status

@return [String]

@!attribute bounce_estimate

@return [Float]

@!attribute filename

@return [String]

@!attribute percent_complete

@return [Integer]

@!attribute total

@return [Total]

@!attribute created_at

@return [String]

@!attribute finished_at

@return [String]

@!attribute started_at

@return [String]

Public Instance Methods

total() click to toggle source
# File lib/never_bounce/api/response/feature/job_status_fields.rb, line 56
def total
  @total ||= Total.new(body_hash: body_hash.fetch("total"))
end