Sha256: f69c59a255c7a95bf5b98c85c5a2b6f1754ee43d3f51c417fac1284a10c469c4

Contents?: true

Size: 372 Bytes

Versions: 6

Compression:

Stored size: 372 Bytes

Contents

module Checkr
  class EducationVerification < APIResource

    attribute :status
    attribute :completed_at
    attribute :turnaround_time
    attribute :records

    api_class_method :retrieve, :get, ":path/:id", :arguments => [:id]

    def self.path
      "/v1/education_verifications"
    end

    APIClass.register_subclass(self, "education_verification")
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
checkr-official-1.7.1 lib/checkr/education_verification.rb
checkr-official-1.7 lib/checkr/education_verification.rb
checkr-official-1.6 lib/checkr/education_verification.rb
checkr-official-1.5.4 lib/checkr/education_verification.rb
checkr-official-1.5.3 lib/checkr/education_verification.rb
checkr-official-1.5.2 lib/checkr/education_verification.rb