Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV2PagePrediction
- Inherits:
-
BankAccountDetailsV2Document
- Object
- Mindee::Parsing::Common::Prediction
- BankAccountDetailsV2Document
- Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV2PagePrediction
- Defined in:
- lib/mindee/product/fr/bank_account_details/bank_account_details_v2_page.rb
Overview
Bank Account Details V2 page prediction.
Instance Attribute Summary
Attributes inherited from BankAccountDetailsV2Document
#account_holders_names, #bban, #iban, #swift_code
Instance Method Summary collapse
Methods inherited from BankAccountDetailsV2Document
Constructor Details
This class inherits a constructor from Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV2Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/fr/bank_account_details/bank_account_details_v2_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |