lib/checkr/employment_verification.rb in checkr-official-1.7.1 vs lib/checkr/employment_verification.rb in checkr-official-1.8.0
- old
+ new
@@ -1,8 +1,12 @@
module Checkr
class EmploymentVerification < APIResource
attribute :status
+ attribute :result
+ attribute :cancellation_reason
+ attribute :cancellation_reason_description
+ attribute :includes_canceled
attribute :completed_at
attribute :turnaround_time
attribute :records
api_class_method :retrieve, :get, ':path/:id', arguments: [:id]