Sha256: e12e39667ced7a5be28df58ee34872683513a60478370c1a90bb4733cb347913
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
module Checkr class EmploymentVerification < APIResource attribute :status attribute :completed_at attribute :turnaround_time attribute :records api_class_method :retrieve, :get, ':path/:id', arguments: [:id] def self.path '/v1/employment_verifications' end APIClass.register_subclass(self, 'employment_verification') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
checkr-official-1.7.1 | lib/checkr/employment_verification.rb |
checkr-official-1.7 | lib/checkr/employment_verification.rb |
checkr-official-1.6 | lib/checkr/employment_verification.rb |