Sha256: c266a5bc6e33398cf5b7aac82fd1d85b1b031c360859f6632f613a9f24f7fa20

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

module Checkr
  class EducationVerification < 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]

    def self.path
      "/v1/education_verifications"
    end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
checkr-official-1.8.0 lib/checkr/education_verification.rb