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

Version Path
checkr-official-1.8.0 lib/checkr/verification.rb
checkr-official-1.7.1 lib/checkr/verification.rb
checkr-official-1.7 lib/checkr/verification.rb
checkr-official-1.6 lib/checkr/verification.rb
checkr-official-1.5.4 lib/checkr/verification.rb
checkr-official-1.5.3 lib/checkr/verification.rb
checkr-official-1.5.2 lib/checkr/verification.rb
checkr-official-1.5.1 lib/checkr/verification.rb
checkr-official-1.5.0 lib/checkr/verification.rb