Sha256: 07ff1e60f84c42141e9ed5e1692f41f901346873cdc6714c4cac28dd8f2c3f1c

Contents?: true

Size: 489 Bytes

Versions: 1

Compression:

Stored size: 489 Bytes

Contents

module Checkr
  class SexOffenderSearch < APIResource

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

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

    def self.path
      "/v1/sex_offender_searches"
    end

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

Version data entries

1 entries across 1 versions & 1 rubygems

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