Sha256: 790f2822a17ea917598188f18bd18a3f908053350eaec9a04700ac2bd868dde1

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

module Checkr
  class StateCriminalSearch < APIResource

    attribute :status
    attribute :result
    attribute :cancellation_reason
    attribute :cancellation_reason_description
    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

1 entries across 1 versions & 1 rubygems

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