Class: Mindee::Product::FR::CarteGrise::CarteGriseV1PagePrediction

Inherits:
CarteGriseV1Document show all
Defined in:
lib/mindee/product/fr/carte_grise/carte_grise_v1_page.rb

Overview

Carte Grise V1 page prediction.

Instance Attribute Summary

Attributes inherited from CarteGriseV1Document

#a, #b, #c1, #c3, #c41, #c4a, #d1, #d3, #e, #f1, #f2, #f3, #formula_number, #g, #g1, #i, #j, #j1, #j2, #j3, #mrz1, #mrz2, #owner_first_name, #owner_surname, #p1, #p2, #p3, #p6, #q, #s1, #s2, #u1, #u2, #v7, #x1, #y1, #y2, #y3, #y4, #y5, #y6

Instance Method Summary collapse

Methods inherited from CarteGriseV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::CarteGrise::CarteGriseV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


25
26
27
28
29
# File 'lib/mindee/product/fr/carte_grise/carte_grise_v1_page.rb', line 25

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end