Sha256: ca4940ecac61eeb90e2d1f99c861a67c985f2e5c7e0c6309c073a1d5c030139c

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

module Checkr
  class FederalCivilSearch < APIResource

    attribute :status
    attribute :result
    attribute :cancellation_reason
    attribute :cancellation_reason_description
    attribute :completed_at
    attribute :turnaround_time
    attribute :records

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

    def self.path
      "/v1/federal_civil_searches"
    end

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

Version data entries

1 entries across 1 versions & 1 rubygems

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