Class: Mindee::Product::FR::CarteVitale::CarteVitaleV1PagePrediction
- Inherits:
-
CarteVitaleV1Document
- Object
- Mindee::Parsing::Common::Prediction
- CarteVitaleV1Document
- Mindee::Product::FR::CarteVitale::CarteVitaleV1PagePrediction
- Defined in:
- lib/mindee/product/fr/carte_vitale/carte_vitale_v1_page.rb
Overview
Carte Vitale V1 page prediction.
Instance Attribute Summary
Attributes inherited from CarteVitaleV1Document
#given_names, #issuance_date, #social_security, #surname
Instance Method Summary collapse
Methods inherited from CarteVitaleV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::FR::CarteVitale::CarteVitaleV1Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/fr/carte_vitale/carte_vitale_v1_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |