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