Class: Mindee::Product::FR::Payslip::PayslipV3PagePrediction
- Inherits:
-
PayslipV3Document
- Object
- Mindee::Parsing::Common::Prediction
- PayslipV3Document
- Mindee::Product::FR::Payslip::PayslipV3PagePrediction
- Defined in:
- lib/mindee/product/fr/payslip/payslip_v3_page.rb
Overview
Payslip V3 page prediction.
Instance Attribute Summary
Attributes inherited from PayslipV3Document
#bank_account_details, #employee, #employer, #employment, #paid_time_off, #pay_detail, #pay_period, #salary_details
Instance Method Summary collapse
Methods inherited from PayslipV3Document
Methods inherited from Mindee::Parsing::Common::Prediction
Constructor Details
This class inherits a constructor from Mindee::Product::FR::Payslip::PayslipV3Document
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/product/fr/payslip/payslip_v3_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |