Sha256: 9333a8e598e88462c8c179cfbdce482ad1f4eab8a88e135adf9af45d4f9283ca
Contents?: true
Size: 796 Bytes
Versions: 18
Compression:
Stored size: 796 Bytes
Contents
module Checkr class MotorVehicleReport < APIResource attribute :status attribute :completed_at attribute :turnaround_time attribute :full_name attribute :license_number attribute :license_state attribute :previous_license_number attribute :previous_license_state attribute :license_status attribute :license_type attribute :license_class attribute :expiration_date attribute :issued_date attribute :first_issued_date attribute :inferred_issued_date attribute :restrictions attribute :accidents attribute :violations api_class_method :retrieve, :get, ":path/:id", :arguments => [:id] def self.path "/v1/motor_vehicle_reports" end APIClass.register_subclass(self, "motor_vehicle_report") end end
Version data entries
18 entries across 18 versions & 1 rubygems