Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1PagePrediction
- Inherits:
-
BankAccountDetailsV1Document
- Object
- Mindee::Parsing::Common::Prediction
- BankAccountDetailsV1Document
- Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1PagePrediction
- Defined in:
- lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb
Overview
Bank Account Details V1 page prediction.
Instance Attribute Summary
Attributes inherited from BankAccountDetailsV1Document
#account_holder_name, #iban, #swift
Instance Method Summary collapse
Methods inherited from BankAccountDetailsV1Document
Methods inherited from Mindee::Parsing::Common::Prediction
Constructor Details
This class inherits a constructor from Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Document
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |