Class: Mindee::Product::ProofOfAddress::ProofOfAddressV1PagePrediction
- Inherits:
-
ProofOfAddressV1Document
- Object
- Mindee::Parsing::Common::Prediction
- ProofOfAddressV1Document
- Mindee::Product::ProofOfAddress::ProofOfAddressV1PagePrediction
- Defined in:
- lib/mindee/product/proof_of_address/proof_of_address_v1_page.rb
Overview
Proof of Address V1 page prediction.
Instance Attribute Summary
Attributes inherited from ProofOfAddressV1Document
#date, #dates, #issuer_address, #issuer_company_registration, #issuer_name, #locale, #recipient_address, #recipient_company_registration, #recipient_name
Instance Method Summary collapse
Methods inherited from ProofOfAddressV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::ProofOfAddress::ProofOfAddressV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/proof_of_address/proof_of_address_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |