Module: NeverBounce::API::Response::Feature::JobStatusFields::InstanceMethods
- Defined in:
- lib/never_bounce/api/response/feature/job_status_fields.rb
Instance Attribute Summary collapse
- #bounce_estimate ⇒ Float
- #created_at ⇒ String
- #filename ⇒ String
- #finished_at ⇒ String
- #id ⇒ Integer
- #job_status ⇒ String
- #percent_complete ⇒ Integer
- #started_at ⇒ String
- #total ⇒ Total
Instance Attribute Details
#bounce_estimate ⇒ Float
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#created_at ⇒ String
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#filename ⇒ String
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#finished_at ⇒ String
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#id ⇒ Integer
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#job_status ⇒ String
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#percent_complete ⇒ Integer
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#started_at ⇒ String
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |
#total ⇒ Total
54 55 56 57 58 |
# File 'lib/never_bounce/api/response/feature/job_status_fields.rb', line 54 module InstanceMethods def total @total ||= Total.new(body_hash: body_hash.fetch("total")) end end |