Sha256: f326392df656299af973c543d3785dfbe497142d1c6392c345d7bbc3ed145510
Contents?: true
Size: 415 Bytes
Versions: 18
Compression:
Stored size: 415 Bytes
Contents
module Checkr class CountyCriminalSearch < APIResource attribute :status 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
18 entries across 18 versions & 1 rubygems