Sha256: 50eefe1c878f2635edc96807d2cad96f7aa0c27f611b1e3a6cd8662e9fa711ec

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

module CheckMot
  class Client
    def by_vehicle_registration(registration)
      ByVehicleRegistrationRequest.new.get(registration)
    end

    def by_date(date, page:)
      ByDateRequest.new.get(date, page: page)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
check_mot-0.3.1 lib/check_mot/client.rb