Sha256: df300672066aa0d8fea3ec3fe7f68fe1aab365e78c0f9f2c8074a8b69340b9a9
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 Bytes
Contents
module Checkr class CountyCriminalSearch < APIResource attribute :status attribute :result attribute :cancellation_reason attribute :cancellation_reason_description attribute :completed_at attribute :turnaround_time attribute :county attribute :state attribute :records api_class_method :retrieve, :get, ":path/:id", :arguments => [:id] def self.path "/v1/county_criminal_searches" end APIClass.register_subclass(self, "county_criminal_search") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
checkr-official-1.8.0 | lib/checkr/county_criminal_search.rb |