Sha256: 1ed8e3bfbf36fa5f722516f0eadb5bedc79360d5c20a1b220a9a50b58c7f7cde
Contents?: true
Size: 479 Bytes
Versions: 1
Compression:
Stored size: 479 Bytes
Contents
module Checkr class GlobalWatchlistSearch < 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/global_watchlist_searches" end APIClass.register_subclass(self, "global_watchlist_search") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
checkr-official-1.8.0 | lib/checkr/global_watchlist_search.rb |