Sha256: 8bc7e40add9ea2e584a1e63a50e46cff81dcf4b2423676bbb3949c30f9cdbab2
Contents?: true
Size: 239 Bytes
Versions: 3
Compression:
Stored size: 239 Bytes
Contents
module Checkr class AdverseItem < APIResource attribute :text api_class_method :all, :get, '/v1/reports/:report_id/adverse_items', :constructor => :AdverseItemList APIClass.register_subclass(self, 'adverse_item') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
checkr-official-1.8.0 | lib/checkr/adverse_item.rb |
checkr-official-1.7.1 | lib/checkr/adverse_item.rb |
checkr-official-1.7 | lib/checkr/adverse_item.rb |