Sha256: bc3b4aa9d754f6d3f08157cd95ea32d81256f82ecc39c6d0cadb4b46c9a24f24

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

module Checkr
  class StateCriminalSearch < APIResource

    attribute :status
    attribute :completed_at
    attribute :turnaround_time
    attribute :state
    attribute :records
    attribute :filtered_by_positive_adjudication_records
    attribute :estimated_completion_date
    attribute :estimated_completion_time

    api_class_method :retrieve, :get, ':path/:id', arguments: [:id]

    def self.path
      '/v1/state_criminal_searches'
    end

    APIClass.register_subclass(self, 'state_criminal_search')

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
checkr-official-1.7.1 lib/checkr/state_criminal_search.rb
checkr-official-1.7 lib/checkr/state_criminal_search.rb
checkr-official-1.6 lib/checkr/state_criminal_search.rb