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