Sha256: 33f5841136d02ba098a0a276563b9d35185dee1a0935faa6cf68c3bb6b3a22a9
Contents?: true
Size: 315 Bytes
Versions: 9
Compression:
Stored size: 315 Bytes
Contents
module Checkr class Verification < APIResource attribute :verification_type attribute :verification_url attribute :completed_at api_class_method :all, :get, "/v1/reports/:report_id/verifications", :constructor => :VerificationList APIClass.register_subclass(self, "verification") end end
Version data entries
9 entries across 9 versions & 1 rubygems