Sha256: 58a72a856ea5c385874da66efda138852bc29becf8e78d9b7af494b494ea749e

Contents?: true

Size: 366 Bytes

Versions: 7

Compression:

Stored size: 366 Bytes

Contents

module Checkr
  class FederalCivilSearch < APIResource

    attribute :status
    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

7 entries across 7 versions & 1 rubygems

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