lib/checkr/candidate.rb in checkr-official-1.1.1 vs lib/checkr/candidate.rb in checkr-official-1.1.2
- old
+ new
@@ -18,10 +18,9 @@
attribute :custom_id
attribute :reports, :ReportList, :nested => true
attribute_writer_alias :report_ids, :reports
attribute :geos, APIList.constructor(:Geo)
attribute_writer_alias :geo_ids, :geos
- attribute :adjudication
attribute :documents, :DocumentList, :nested => true, :default => {}
api_class_method :all, :get, :constructor => APIList.constructor(:Candidate)
api_class_method :create, :post
api_class_method :retrieve, :get, ":path/:id", :arguments => [:id]