Class: Mindee::Product::FR::Payslip::PayslipV2PagePrediction
- Inherits:
-
PayslipV2Document
- Object
- Mindee::Parsing::Common::Prediction
- PayslipV2Document
- Mindee::Product::FR::Payslip::PayslipV2PagePrediction
- Defined in:
- lib/mindee/product/fr/payslip/payslip_v2_page.rb
Overview
Payslip V2 page prediction.
Instance Attribute Summary
Attributes inherited from PayslipV2Document
#bank_account_details, #employee, #employer, #employment, #pay_detail, #pay_period, #pto, #salary_details
Instance Method Summary collapse
Methods inherited from PayslipV2Document
Constructor Details
This class inherits a constructor from Mindee::Product::FR::Payslip::PayslipV2Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/fr/payslip/payslip_v2_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |