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

Version Path
checkr-official-1.7.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.7 lib/checkr/motor_vehicle_report.rb
checkr-official-1.6 lib/checkr/motor_vehicle_report.rb
checkr-official-1.5.4 lib/checkr/motor_vehicle_report.rb
checkr-official-1.5.3 lib/checkr/motor_vehicle_report.rb
checkr-official-1.5.2 lib/checkr/motor_vehicle_report.rb
checkr-official-1.5.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.5.0 lib/checkr/motor_vehicle_report.rb
checkr-official-1.4.0 lib/checkr/motor_vehicle_report.rb
checkr-official-1.3.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.2.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.2.0 lib/checkr/motor_vehicle_report.rb
checkr-official-1.1.2 lib/checkr/motor_vehicle_report.rb
checkr-official-1.1.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.1.0 lib/checkr/motor_vehicle_report.rb
checkr-official-1.0.2 lib/checkr/motor_vehicle_report.rb
checkr-official-1.0.1 lib/checkr/motor_vehicle_report.rb
checkr-official-1.0.0 lib/checkr/motor_vehicle_report.rb