lib/checkr/federal_criminal_search.rb in checkr-official-1.7.1 vs lib/checkr/federal_criminal_search.rb in checkr-official-1.8.0

- old
+ new

@@ -1,8 +1,11 @@ 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]