Class: NeverBounce::API::Response::AccountInfo::JobCounts

Inherits:
Container
  • Object
show all
Defined in:
lib/never_bounce/api/response/account_info/job_counts.rb

Instance Attribute Summary collapse

Attributes inherited from Container

#body_hash, #raw

Method Summary

Methods inherited from Container

oattr, scalar_oattr

Instance Attribute Details

#completedInteger

Number of completed jobs.

Returns:

  • (Integer)


9
# File 'lib/never_bounce/api/response/account_info/job_counts.rb', line 9

oattr :completed, :scalar, type: :integer

#processingInteger

Number of jobs in processing.

Returns:

  • (Integer)


14
# File 'lib/never_bounce/api/response/account_info/job_counts.rb', line 14

oattr :processing, :scalar, type: :integer

#queuedInteger

Number of queued jobs.

Returns:

  • (Integer)


19
# File 'lib/never_bounce/api/response/account_info/job_counts.rb', line 19

oattr :queued, :scalar, type: :integer

#under_reviewInteger

Number of items under review.

Returns:

  • (Integer)


24
# File 'lib/never_bounce/api/response/account_info/job_counts.rb', line 24

oattr :under_review, :scalar, type: :integer