Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Page
- Inherits:
-
Mindee::Parsing::Common::Page
- Object
- Mindee::Parsing::Common::Page
- Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Page
- Defined in:
- lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb
Overview
Bank Account Details API version 1.0 page data.
Instance Attribute Summary
Attributes inherited from Mindee::Parsing::Common::Page
#extras, #orientation, #page_id, #prediction
Instance Method Summary collapse
-
#initialize(prediction) ⇒ BankAccountDetailsV1Page
constructor
A new instance of BankAccountDetailsV1Page.
Methods inherited from Mindee::Parsing::Common::Page
Constructor Details
#initialize(prediction) ⇒ BankAccountDetailsV1Page
Returns a new instance of BankAccountDetailsV1Page.
13 14 15 16 17 18 19 |
# File 'lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb', line 13 def initialize(prediction) super(prediction) @prediction = BankAccountDetailsV1PagePrediction.new( prediction['prediction'], prediction['id'] ) end |